Skip to main content

ISortieSequenceUnitSelectMethods

Trait ISortieSequenceUnitSelectMethods 

Source
pub trait ISortieSequenceUnitSelectMethods: ISortieSequenceUnitSelect {
Show 18 methods // Provided methods fn ctor(self, mode: impl Into<SortieSelectionUnitManager_Modes>) { ... } fn tutorial(self) { ... } fn check_skill_open_tutorial(self) { ... } fn get_load_res_name(self) -> Il2CppString { ... } fn load_res(self) { ... } fn is_loading_res(self) -> bool { ... } fn open(self) { ... } fn after_open(self) { ... } fn reset_select(self) { ... } fn menu_tick(self) { ... } fn close_all(self) { ... } fn is_closed(self) -> bool { ... } fn post_closed(self) { ... } fn disp_all(self) { ... } fn hide_header_key_help(self) { ... } fn release(self) { ... } fn setting_title(self) { ... } fn close_title(self) { ... }
}

Provided Methods§

Source

fn ctor(self, mode: impl Into<SortieSelectionUnitManager_Modes>)

.ctor(crate::app::sortieselectionunitmanager::SortieSelectionUnitManager_Modes) overload

Source

fn tutorial(self)

Tutorial() overload

Source

fn check_skill_open_tutorial(self)

CheckSkillOpenTutorial() overload

Source

fn get_load_res_name(self) -> Il2CppString

GetLoadResName() overload

Source

fn load_res(self)

LoadRes() overload

Source

fn is_loading_res(self) -> bool

IsLoadingRes() overload

Source

fn open(self)

Open() overload

Source

fn after_open(self)

AfterOpen() overload

Source

fn reset_select(self)

ResetSelect() overload

Source

fn menu_tick(self)

MenuTick() overload

Source

fn close_all(self)

CloseAll() overload

Source

fn is_closed(self) -> bool

IsClosed() overload

Source

fn post_closed(self)

PostClosed() overload

Source

fn disp_all(self)

DispAll() overload

Source

fn hide_header_key_help(self)

HideHeaderKeyHelp() overload

Source

fn release(self)

Release() overload

Source

fn setting_title(self)

SettingTitle() overload

Source

fn close_title(self)

CloseTitle() 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: ISortieSequenceUnitSelect> ISortieSequenceUnitSelectMethods for __T

Available on crate feature app-sortiesequenceunitselect only.