Skip to main content

IHubPlayTalk_CallPuppetEventMethods

Trait IHubPlayTalk_CallPuppetEventMethods 

Source
pub trait IHubPlayTalk_CallPuppetEventMethods: IHubPlayTalk_CallPuppetEvent {
    // Provided methods
    fn ctor(self, file: impl Into<Il2CppString>, mid: impl Into<Il2CppString>) { ... }
    fn entry(self) { ... }
    fn main(self) { ... }
    fn exit(self) { ... }
    fn create_desc(self) -> Array<ProcDesc> { ... }
}

Provided Methods§

Source

fn ctor(self, file: impl Into<Il2CppString>, mid: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString, ::unity::Il2CppString) overload

Source

fn entry(self)

Entry() overload

Source

fn main(self)

Main() overload

Source

fn exit(self)

Exit() overload

Source

fn create_desc(self) -> Array<ProcDesc>

CreateDesc() 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: IHubPlayTalk_CallPuppetEvent> IHubPlayTalk_CallPuppetEventMethods for __T

Available on crate feature app-hubplaytalk only.