pub trait IMascotAccChangeMenuItemMethods: IMascotAccChangeMenuItem {
// Provided methods
fn get_is_equip(self) -> bool { ... }
fn ctor(self, mascot_data: impl Into<MascotAccData>) { ... }
fn get_parts_type(self) -> MascotAccData_PartsType { ... }
fn on_select(self) { ... }
fn get_name(self) -> Il2CppString { ... }
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
fn update_equip_state(self) { ... }
fn a_call(self) -> BasicMenu_Result { ... }
}Provided Methods§
Sourcefn get_is_equip(self) -> bool
fn get_is_equip(self) -> bool
get_IsEquip() overload
Sourcefn ctor(self, mascot_data: impl Into<MascotAccData>)
fn ctor(self, mascot_data: impl Into<MascotAccData>)
.ctor(crate::app::mascotaccdata::MascotAccData) overload
Sourcefn get_parts_type(self) -> MascotAccData_PartsType
fn get_parts_type(self) -> MascotAccData_PartsType
GetPartsType() overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() overload
Sourcefn update_equip_state(self)
fn update_equip_state(self)
UpdateEquipState() overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() 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§
impl<__T: IMascotAccChangeMenuItem> IMascotAccChangeMenuItemMethods for __T
Available on crate feature
app-mascotaccchangemenuitem only.