Skip to main content

ITitleSequence_ProcTitleCall

Trait ITitleSequence_ProcTitleCall 

Source
pub trait ITitleSequence_ProcTitleCall: ISingletonProcInst_1<TitleSequence_ProcTitleCall> {
    // Provided methods
    fn m_pid_or_gid(self) -> Il2CppString { ... }
    fn set_m_pid_or_gid(self, value: Il2CppString) { ... }
    fn m_is_hero_female(self) -> bool { ... }
    fn set_m_is_hero_female(self, value: bool) { ... }
}

Provided Methods§

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§