Skip to main content

IGmapMenuSequence_GmapMenu_GmapMenuMenuItemMethods

Trait IGmapMenuSequence_GmapMenu_GmapMenuMenuItemMethods 

Source
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§

Source

fn get_map_attribute(self) -> BasicMenuItem_Attribute

GetMapAttribute() overload

Source

fn get_flag_id(self) -> Il2CppString

get_FlagID() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn set_help_visible(self, active: impl Into<bool>)

SetHelpVisible(bool) overload

Source

fn save_menu_select(self)

SaveMenuSelect() overload

Source

fn get_help_text(self) -> Il2CppString

GetHelpText() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn on_deselect(self)

OnDeselect() overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IGmapMenuSequence_GmapMenu_GmapMenuMenuItem> IGmapMenuSequence_GmapMenu_GmapMenuMenuItemMethods for __T

Available on crate feature app-gmapmenusequence only.