Skip to main content

IGodRoomUnitSelectMenu_GodRoomUnitSelectMenuItemMethods

Trait IGodRoomUnitSelectMenu_GodRoomUnitSelectMenuItemMethods 

Source
pub trait IGodRoomUnitSelectMenu_GodRoomUnitSelectMenuItemMethods: IGodRoomUnitSelectMenu_GodRoomUnitSelectMenuItem {
    // Provided methods
    fn ctor(
        self,
        index: impl Into<i32>,
        unit: impl Into<Unit>,
        decide_event_handler: impl Into<GodRoomUnitSelectMenu_DecideEventHandler>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn on_select(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
    fn get_unit(self) -> Unit { ... }
}

Provided Methods§

Source

fn ctor( self, index: impl Into<i32>, unit: impl Into<Unit>, decide_event_handler: impl Into<GodRoomUnitSelectMenu_DecideEventHandler>, )

.ctor(i32, crate::app::unit::Unit, crate::app::godroomunitselectmenu::GodRoomUnitSelectMenu_DecideEventHandler) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn get_unit(self) -> Unit

GetUnit() 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: IGodRoomUnitSelectMenu_GodRoomUnitSelectMenuItem> IGodRoomUnitSelectMenu_GodRoomUnitSelectMenuItemMethods for __T

Available on crate feature app-godroomunitselectmenu only.