Skip to main content

IHubMenu_HubMenuItemMethods

Trait IHubMenu_HubMenuItemMethods 

Source
pub trait IHubMenu_HubMenuItemMethods: IHubMenu_HubMenuItem {
    // Provided methods
    fn b_call(self) -> BasicMenu_Result { ... }
    fn set_help_visible(self, active: impl Into<bool>) { ... }
    fn get_map_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn get_flag_id(self) -> Il2CppString { ... }
    fn get_help_text(self) -> Il2CppString { ... }
    fn on_select(self) { ... }
    fn on_deselect(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

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

SetHelpVisible(bool) overload

Source

fn get_map_attribute(self) -> BasicMenuItem_Attribute

GetMapAttribute() overload

Source

fn get_flag_id(self) -> Il2CppString

get_FlagID() 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: IHubMenu_HubMenuItem> IHubMenu_HubMenuItemMethods for __T

Available on crate feature app-hubmenu only.