Skip to main content

IDragonRideDifficultSelectMenuMethods

Trait IDragonRideDifficultSelectMenuMethods 

Source
pub trait IDragonRideDifficultSelectMenuMethods: IDragonRideDifficultSelectMenu {
    // Provided methods
    fn get_m_decide_event_handler(
        self,
    ) -> DragonRideDifficultSelectMenu_DecideEventHandler { ... }
    fn set_m_decide_event_handler(
        self,
        value: impl Into<DragonRideDifficultSelectMenu_DecideEventHandler>,
    ) { ... }
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<BasicMenuContent>,
        initial_selected: impl Into<DragonRideDifficultSelectMenu_Result2>,
        event_handler: impl Into<DragonRideDifficultSelectMenu_DecideEventHandler>,
        set_array: impl Into<Array<bool>>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn on_close(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
    fn x_call(self) -> BasicMenu_Result { ... }
    fn plus_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn get_m_decide_event_handler( self, ) -> DragonRideDifficultSelectMenu_DecideEventHandler

get_m_DecideEventHandler() overload

Source

fn set_m_decide_event_handler( self, value: impl Into<DragonRideDifficultSelectMenu_DecideEventHandler>, )

set_m_DecideEventHandler(crate::app::dragonridedifficultselectmenu::DragonRideDifficultSelectMenu_DecideEventHandler) overload

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<BasicMenuContent>, initial_selected: impl Into<DragonRideDifficultSelectMenu_Result2>, event_handler: impl Into<DragonRideDifficultSelectMenu_DecideEventHandler>, set_array: impl Into<Array<bool>>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::basicmenucontent::BasicMenuContent, crate::app::dragonridedifficultselectmenu::DragonRideDifficultSelectMenu_Result2, crate::app::dragonridedifficultselectmenu::DragonRideDifficultSelectMenu_DecideEventHandler, ::unity::Array<bool>) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn on_close(self)

OnClose() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn x_call(self) -> BasicMenu_Result

XCall() overload

Source

fn plus_call(self) -> BasicMenu_Result

PlusCall() 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: IDragonRideDifficultSelectMenu> IDragonRideDifficultSelectMenuMethods for __T

Available on crate feature app-dragonridedifficultselectmenu only.