pub trait IDragonRideTargetGroup_ChainSEManagerMethods: IDragonRideTargetGroup_ChainSEManager {
// Provided methods
fn get_is_alive(self) -> bool { ... }
fn set_is_alive(self, value: impl Into<bool>) { ... }
fn ctor(self) { ... }
fn reset_chain(self) { ... }
fn start_chain(
self,
root_id: impl Into<Il2CppString>,
is_link: impl Into<bool>,
is_special: impl Into<bool>,
is_double_ex: impl Into<bool>,
) { ... }
fn try_play_chain_se(self) -> DragonRideTarget { ... }
fn tick_limit(self) { ... }
}Provided Methods§
Sourcefn get_is_alive(self) -> bool
fn get_is_alive(self) -> bool
get_IsAlive() overload
Sourcefn set_is_alive(self, value: impl Into<bool>)
fn set_is_alive(self, value: impl Into<bool>)
set_IsAlive(bool) overload
Sourcefn reset_chain(self)
fn reset_chain(self)
ResetChain() overload
Sourcefn start_chain(
self,
root_id: impl Into<Il2CppString>,
is_link: impl Into<bool>,
is_special: impl Into<bool>,
is_double_ex: impl Into<bool>,
)
fn start_chain( self, root_id: impl Into<Il2CppString>, is_link: impl Into<bool>, is_special: impl Into<bool>, is_double_ex: impl Into<bool>, )
StartChain(::unity::Il2CppString, bool, bool, bool) overload
Sourcefn try_play_chain_se(self) -> DragonRideTarget
fn try_play_chain_se(self) -> DragonRideTarget
TryPlayChainSE(*mutcrate::app::dragonridetarget::DragonRideTarget) overload
Sourcefn tick_limit(self)
fn tick_limit(self)
TickLimit() 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§
impl<__T: IDragonRideTargetGroup_ChainSEManager> IDragonRideTargetGroup_ChainSEManagerMethods for __T
Available on crate feature
app-dragonridetargetgroup only.