Skip to main content

IDragonRideTargetGroup_ChainSEManagerMethods

Trait IDragonRideTargetGroup_ChainSEManagerMethods 

Source
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§

Source

fn get_is_alive(self) -> bool

get_IsAlive() overload

Source

fn set_is_alive(self, value: impl Into<bool>)

set_IsAlive(bool) overload

Source

fn ctor(self)

.ctor() overload

Source

fn reset_chain(self)

ResetChain() overload

Source

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

Source

fn try_play_chain_se(self) -> DragonRideTarget

TryPlayChainSE(*mutcrate::app::dragonridetarget::DragonRideTarget) overload

Source

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§

Source§

impl<__T: IDragonRideTargetGroup_ChainSEManager> IDragonRideTargetGroup_ChainSEManagerMethods for __T

Available on crate feature app-dragonridetargetgroup only.