Skip to main content

ISortieTopMenuMethods

Trait ISortieTopMenuMethods 

Source
pub trait ISortieTopMenuMethods: ISortieTopMenu {
    // Provided methods
    fn get_flag_id(self) -> Il2CppString { ... }
    fn create_desc(self) -> Array<ProcDesc> { ... }
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        sortie_top_menu_content: impl Into<SortieTopMenuContent>,
    ) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn get_tutorial(self) -> Il2CppString { ... }
    fn check_engage_plus(self) { ... }
    fn help_on(self) { ... }
}

Provided Methods§

Source

fn get_flag_id(self) -> Il2CppString

get_FlagID() overload

Source

fn create_desc(self) -> Array<ProcDesc>

CreateDesc() overload

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, sortie_top_menu_content: impl Into<SortieTopMenuContent>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::sortietopmenucontent::SortieTopMenuContent) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn get_tutorial(self) -> Il2CppString

GetTutorial() overload

Source

fn check_engage_plus(self)

CheckEngagePlus() overload

Source

fn help_on(self)

HelpOn() 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: ISortieTopMenu> ISortieTopMenuMethods for __T

Available on crate feature app-sortietopmenu only.