Skip to main content

ITalkTagLocalizeMethods

Trait ITalkTagLocalizeMethods 

Source
pub trait ITalkTagLocalizeMethods: ITalkTagLocalize {
    // Provided methods
    fn initialize(self, talk_ptr: impl Into<TalkPtr>) { ... }
    fn execute(self) { ... }
    fn get_result(self) -> TalkTag_Result { ... }
    fn get_tag_id(self) -> Mess_TagID_Localize { ... }
    fn get_replace_name0(self) -> Il2CppString { ... }
    fn get_replace_name1(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 get_result(self) -> TalkTag_Result

GetResult() overload

Source

fn get_tag_id(self) -> Mess_TagID_Localize

GetTagID() overload

Source

fn get_replace_name0(self) -> Il2CppString

GetReplaceName0() overload

Source

fn get_replace_name1(self) -> Il2CppString

GetReplaceName1() 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: ITalkTagLocalize> ITalkTagLocalizeMethods for __T

Available on crate feature app-talk3_d-talktaglocalize only.