Skip to main content

ITalkTagWindowMethods

Trait ITalkTagWindowMethods 

Source
pub trait ITalkTagWindowMethods: ITalkTagWindow {
    // Provided methods
    fn initialize(self, talk_ptr: impl Into<TalkPtr>) { ... }
    fn execute(self) { ... }
    fn execute_for_character_pre_load(self) { ... }
    fn get_result(self) -> TalkTag_Result { ... }
    fn get_pid(self) -> Il2CppString { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn initialize(self, talk_ptr: impl Into<TalkPtr>)

Initialize(crate::app::talk3_d::talkptr::TalkPtr) overload

Source

fn execute(self)

Execute() overload

Source

fn execute_for_character_pre_load(self)

ExecuteForCharacterPreLoad() overload

Source

fn get_result(self) -> TalkTag_Result

GetResult() overload

Source

fn get_pid(self) -> Il2CppString

GetPID() overload

Source

fn ctor(self)

.ctor() 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: ITalkTagWindow> ITalkTagWindowMethods for __T

Available on crate feature app-talk3_d-talktagwindow only.