pub trait IGmapMenuSequence_GmapMenu_GmapMenuMenuItemMethods: IGmapMenuSequence_GmapMenu_GmapMenuMenuItem {
// Provided methods
fn get_map_attribute(self) -> BasicMenuItem_Attribute { ... }
fn get_flag_id(self) -> Il2CppString { ... }
fn a_call(self) -> BasicMenu_Result { ... }
fn set_help_visible(self, active: impl Into<bool>) { ... }
fn save_menu_select(self) { ... }
fn get_help_text(self) -> Il2CppString { ... }
fn on_select(self) { ... }
fn on_deselect(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_map_attribute(self) -> BasicMenuItem_Attribute
fn get_map_attribute(self) -> BasicMenuItem_Attribute
GetMapAttribute() overload
Sourcefn get_flag_id(self) -> Il2CppString
fn get_flag_id(self) -> Il2CppString
get_FlagID() overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() overload
Sourcefn set_help_visible(self, active: impl Into<bool>)
fn set_help_visible(self, active: impl Into<bool>)
SetHelpVisible(bool) overload
SaveMenuSelect() overload
Sourcefn get_help_text(self) -> Il2CppString
fn get_help_text(self) -> Il2CppString
GetHelpText() overload
Sourcefn on_deselect(self)
fn on_deselect(self)
OnDeselect() 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: IGmapMenuSequence_GmapMenu_GmapMenuMenuItem> IGmapMenuSequence_GmapMenu_GmapMenuMenuItemMethods for __T
Available on crate feature
app-gmapmenusequence only.