Skip to main content

ITelopManager_ProcRelayResultMethods

Trait ITelopManager_ProcRelayResultMethods 

Source
pub trait ITelopManager_ProcRelayResultMethods: ITelopManager_ProcRelayResult {
    // Provided methods
    fn ctor(
        self,
        raids: impl Into<Array<Il2CppString>>,
        is_awarded: impl Into<bool>,
    ) { ... }
    fn play_telop(self) { ... }
    fn is_have_next(self) -> bool { ... }
}

Provided Methods§

Source

fn ctor( self, raids: impl Into<Array<Il2CppString>>, is_awarded: impl Into<bool>, )

.ctor(::unity::Array<::unity::Il2CppString>, bool) overload

Source

fn play_telop(self)

PlayTelop() overload

Source

fn is_have_next(self) -> bool

IsHaveNext() 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: ITelopManager_ProcRelayResult> ITelopManager_ProcRelayResultMethods for __T

Available on crate feature app-telopmanager only.