Skip to main content

ILevelUpSequnece

Trait ILevelUpSequnece 

Source
pub trait ILevelUpSequnece: IProcInst {
Show 24 methods // Provided methods fn res_name_level_up(self) -> Il2CppString { ... } fn set_res_name_level_up(self, value: Il2CppString) { ... } fn res_name_class_change(self) -> Il2CppString { ... } fn set_res_name_class_change(self, value: Il2CppString) { ... } fn m_unit(self) -> Unit { ... } fn set_m_unit(self, value: Unit) { ... } fn m_grow(self) -> Unit { ... } fn set_m_grow(self, value: Unit) { ... } fn m_level(self) -> i32 { ... } fn set_m_level(self, value: i32) { ... } fn m_is_class_change(self) -> bool { ... } fn set_m_is_class_change(self, value: bool) { ... } fn m_talk_mid(self) -> Il2CppString { ... } fn set_m_talk_mid(self, value: Il2CppString) { ... } fn m_window(self) -> LevelUpWindowController { ... } fn set_m_window(self, value: LevelUpWindowController) { ... } fn m_is_show_chara_image(self) -> bool { ... } fn set_m_is_show_chara_image(self, value: bool) { ... } fn m_is_talk(self) -> bool { ... } fn set_m_is_talk(self, value: bool) { ... } fn m_now_capability_index(self) -> i32 { ... } fn set_m_now_capability_index(self, value: i32) { ... } fn m_capability_order(self) -> Array<CapabilityDefinition_Type> { ... } fn set_m_capability_order(self, value: Array<CapabilityDefinition_Type>) { ... }
}

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§