Skip to main content

IArenaBondUnitSelectMenuMethods

Trait IArenaBondUnitSelectMenuMethods 

Source
pub trait IArenaBondUnitSelectMenuMethods: IArenaBondUnitSelectMenu {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<ArenaBondUnitSelectMenuContent>,
        default_menu_item_index: impl Into<i32>,
        help_event_handler: impl Into<ArenaBondUnitSelectMenu_HelpEventHandler>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn x_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ArenaBondUnitSelectMenuContent>, default_menu_item_index: impl Into<i32>, help_event_handler: impl Into<ArenaBondUnitSelectMenu_HelpEventHandler>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::arenabondunitselectmenucontent::ArenaBondUnitSelectMenuContent, i32, crate::app::arenabondunitselectmenu::ArenaBondUnitSelectMenu_HelpEventHandler) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn x_call(self) -> BasicMenu_Result

XCall() 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: IArenaBondUnitSelectMenu> IArenaBondUnitSelectMenuMethods for __T

Available on crate feature app-arenabondunitselectmenu only.