pub trait IMapUnitCommandMenu_EnchantItemMenuItemMethods: IMapUnitCommandMenu_EnchantItemMenuItem {
// Provided methods
fn get_label(self) -> MapSequenceHuman_Label { ... }
fn get_is_weapon(self) -> bool { ... }
fn get_name(self) -> Il2CppString { ... }
fn get_command_help(self) -> Il2CppString { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_label(self) -> MapSequenceHuman_Label
fn get_label(self) -> MapSequenceHuman_Label
get_Label() overload
Sourcefn get_is_weapon(self) -> bool
fn get_is_weapon(self) -> bool
get_IsWeapon() overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn get_command_help(self) -> Il2CppString
fn get_command_help(self) -> Il2CppString
GetCommandHelp() 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: IMapUnitCommandMenu_EnchantItemMenuItem> IMapUnitCommandMenu_EnchantItemMenuItemMethods for __T
Available on crate feature
app-mapunitcommandmenu only.