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§
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§
impl<__T: IMapSequenceBattle_RangeWarpTargets> IMapSequenceBattle_RangeWarpTargetsMethods for __T
Available on crate feature
app-mapsequencebattle only.