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§
Sourcefn ctor(
self,
raids: impl Into<Array<Il2CppString>>,
is_awarded: impl Into<bool>,
)
fn ctor( self, raids: impl Into<Array<Il2CppString>>, is_awarded: impl Into<bool>, )
.ctor(::unity::Array<::unity::Il2CppString>, bool) overload
Sourcefn play_telop(self)
fn play_telop(self)
PlayTelop() overload
Sourcefn is_have_next(self) -> bool
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§
impl<__T: ITelopManager_ProcRelayResult> ITelopManager_ProcRelayResultMethods for __T
Available on crate feature
app-telopmanager only.