Skip to main content

IArenaBondGodSelectMenuMethods

Trait IArenaBondGodSelectMenuMethods 

Source
pub trait IArenaBondGodSelectMenuMethods: IArenaBondGodSelectMenu {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<ArenaBondGodSelectMenuContent>,
        root: impl Into<ArenaBondGodSelectRoot>,
        decide_event_handler: impl Into<ArenaBondGodSelectMenu_DecideEventHandler>,
        select_event_handler: impl Into<ArenaBondGodSelectMenu_SelectEventHandler>,
        change_unit_to_prev_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>,
        change_unit_to_next_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>,
        start_help_event_handler: impl Into<ArenaBondGodSelectMenu_StartHelpEventHandler>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn rebuild_menu(
        self,
        unit: impl Into<Unit>,
        god: impl Into<GodUnit>,
        type: impl Into<RingCleaningSequence_GodType>,
    ) { ... }
    fn set_active_for_reliance(
        self,
        is_active: impl Into<bool>,
        unit: impl Into<Unit>,
        god: impl Into<GodUnit>,
        type: impl Into<RingCleaningSequence_GodType>,
    ) { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<ArenaBondGodSelectMenuContent>, root: impl Into<ArenaBondGodSelectRoot>, decide_event_handler: impl Into<ArenaBondGodSelectMenu_DecideEventHandler>, select_event_handler: impl Into<ArenaBondGodSelectMenu_SelectEventHandler>, change_unit_to_prev_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>, change_unit_to_next_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>, start_help_event_handler: impl Into<ArenaBondGodSelectMenu_StartHelpEventHandler>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::arenabondgodselectmenucontent::ArenaBondGodSelectMenuContent, crate::app::arenabondgodselectroot::ArenaBondGodSelectRoot, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_DecideEventHandler, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_SelectEventHandler, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_ChangeUnitEventHandle, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_ChangeUnitEventHandle, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_StartHelpEventHandler) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn rebuild_menu( self, unit: impl Into<Unit>, god: impl Into<GodUnit>, type: impl Into<RingCleaningSequence_GodType>, )

RebuildMenu(crate::app::unit::Unit, crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType) overload

Source

fn set_active_for_reliance( self, is_active: impl Into<bool>, unit: impl Into<Unit>, god: impl Into<GodUnit>, type: impl Into<RingCleaningSequence_GodType>, )

SetActiveForReliance(bool, crate::app::unit::Unit, crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType) 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: IArenaBondGodSelectMenu> IArenaBondGodSelectMenuMethods for __T

Available on crate feature app-arenabondgodselectmenu only.