Skip to main content

ITroopListMenu_TroopListMenuItemMethods

Trait ITroopListMenu_TroopListMenuItemMethods 

Source
pub trait ITroopListMenu_TroopListMenuItemMethods: ITroopListMenu_TroopListMenuItem {
    // Provided methods
    fn ctor(
        self,
        index: impl Into<i32>,
        mode: impl Into<SortieSequenceTroopList_Mode>,
    ) { ... }
    fn get_unit(self) -> Unit { ... }
    fn get_tmp_unit(self) -> Unit { ... }
    fn get_mode(self) -> SortieSequenceTroopList_Mode { ... }
    fn get_rect_transform(self) -> RectTransform { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
    fn r_call(self) -> BasicMenu_Result { ... }
    fn plus_call(self) -> BasicMenu_Result { ... }
    fn set_page(self, page: impl Into<i32>) { ... }
}

Provided Methods§

Source

fn ctor( self, index: impl Into<i32>, mode: impl Into<SortieSequenceTroopList_Mode>, )

.ctor(i32, crate::app::sortiesequencetrooplist::SortieSequenceTroopList_Mode) overload

Source

fn get_unit(self) -> Unit

GetUnit() overload

Source

fn get_tmp_unit(self) -> Unit

GetTmpUnit() overload

Source

fn get_mode(self) -> SortieSequenceTroopList_Mode

GetMode() overload

Source

fn get_rect_transform(self) -> RectTransform

GetRectTransform() overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn r_call(self) -> BasicMenu_Result

RCall() overload

Source

fn plus_call(self) -> BasicMenu_Result

PlusCall() overload

Source

fn set_page(self, page: impl Into<i32>)

SetPage(i32) 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: ITroopListMenu_TroopListMenuItem> ITroopListMenu_TroopListMenuItemMethods for __T

Available on crate feature app-trooplistmenu only.