Skip to main content

IMapSequenceBattle_RangeWarpTargetsMethods

Trait IMapSequenceBattle_RangeWarpTargetsMethods 

Source
pub trait IMapSequenceBattle_RangeWarpTargetsMethods: IMapSequenceBattle_RangeWarpTargets {
    // Provided methods
    fn ctor(
        self,
        rod_unit: impl Into<Unit>,
        unit: impl Into<Unit>,
        range: impl Into<i32>,
        warp_x: impl Into<i32>,
        warp_z: impl Into<i32>,
        can_self: impl Into<bool>,
    ) { ... }
    fn dispose(self) { ... }
}

Provided Methods§

Source

fn ctor( self, rod_unit: impl Into<Unit>, unit: impl Into<Unit>, range: impl Into<i32>, warp_x: impl Into<i32>, warp_z: impl Into<i32>, can_self: impl Into<bool>, )

.ctor(crate::app::unit::Unit, crate::app::unit::Unit, i32, i32, i32, bool) overload

Source

fn dispose(self)

Dispose() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IMapSequenceBattle_RangeWarpTargets> IMapSequenceBattle_RangeWarpTargetsMethods for __T

Available on crate feature app-mapsequencebattle only.