pub trait ISortieSequenceInventoryMethods: ISortieSequenceInventory {
Show 22 methods
// Provided methods
fn ctor(self, mode: impl Into<SortieInventoryManager_Modes>) { ... }
fn load_res(self) { ... }
fn is_loading_res(self) -> bool { ... }
fn open(self) { ... }
fn open_title_bar(self) { ... }
fn has_done_after_build(self) -> bool { ... }
fn start_menu(self) { ... }
fn get_current_menu(self) -> BasicMenu { ... }
fn tutorial(self) { ... }
fn menu_tick(self) { ... }
fn main_menu_only_activate_unit_menu(self) { ... }
fn main_menu_only_activate_pool_menu(self) { ... }
fn create_sub_menu(self) { ... }
fn menu_open_other_than_chara_image(self) { ... }
fn menu_close_other_than_chara_image(self) { ... }
fn is_menu_close_other_than_chara_image(self) -> bool { ... }
fn to_trade(self) { ... }
fn end_trade(self) { ... }
fn menu_close(self) { ... }
fn is_closed(self) -> bool { ... }
fn menu_close_end(self) { ... }
fn set_menu_active(
self,
menu: impl Into<BasicMenu>,
b_active: impl Into<bool>,
) { ... }
}Provided Methods§
Sourcefn ctor(self, mode: impl Into<SortieInventoryManager_Modes>)
fn ctor(self, mode: impl Into<SortieInventoryManager_Modes>)
.ctor(crate::app::sortieinventorymanager::SortieInventoryManager_Modes) overload
Sourcefn is_loading_res(self) -> bool
fn is_loading_res(self) -> bool
IsLoadingRes() overload
Sourcefn open_title_bar(self)
fn open_title_bar(self)
OpenTitleBar() overload
Sourcefn has_done_after_build(self) -> bool
fn has_done_after_build(self) -> bool
HasDoneAfterBuild() overload
StartMenu() overload
GetCurrentMenu() overload
MenuTick() overload
MainMenuOnlyActivateUnitMenu() overload
MainMenuOnlyActivatePoolMenu() overload
CreateSubMenu() overload
MenuOpenOtherThanCharaImage() overload
MenuCloseOtherThanCharaImage() overload
IsMenuCloseOtherThanCharaImage() overload
MenuClose() overload
MenuCloseEnd() overload
SetMenuActive(crate::app::basicmenu::BasicMenu, bool) 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§
impl<__T: ISortieSequenceInventory> ISortieSequenceInventoryMethods for __T
Available on crate feature
app-sortiesequenceinventory only.