pub trait IMapUnitCommandMenu_EngageActionBaseMenuItemMethods: IMapUnitCommandMenu_EngageActionBaseMenuItem {
// Provided methods
fn get_flag_id(self) -> Il2CppString { ... }
fn get_label(self) -> MapSequenceHuman_Label { ... }
fn get_mind(self) -> MapMind_Type { ... }
fn on_build(self) { ... }
fn on_build_menu_item_content(self) { ... }
fn ctor(self) { ... }
fn get_engage_mind(self, unit: impl Into<Unit>) -> MapMind_Type { ... }
fn check_buildable_with_unit(self, unit: impl Into<Unit>) -> bool { ... }
}Provided Methods§
Sourcefn get_flag_id(self) -> Il2CppString
fn get_flag_id(self) -> Il2CppString
get_FlagID() overload
Sourcefn get_label(self) -> MapSequenceHuman_Label
fn get_label(self) -> MapSequenceHuman_Label
get_Label() overload
Sourcefn get_mind(self) -> MapMind_Type
fn get_mind(self) -> MapMind_Type
get_Mind() overload
OnBuildMenuItemContent() overload
Sourcefn get_engage_mind(self, unit: impl Into<Unit>) -> MapMind_Type
fn get_engage_mind(self, unit: impl Into<Unit>) -> MapMind_Type
GetEngageMind(crate::app::unit::Unit) overload
Sourcefn check_buildable_with_unit(self, unit: impl Into<Unit>) -> bool
fn check_buildable_with_unit(self, unit: impl Into<Unit>) -> bool
CheckBuildableWithUnit(crate::app::unit::Unit) 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: IMapUnitCommandMenu_EngageActionBaseMenuItem> IMapUnitCommandMenu_EngageActionBaseMenuItemMethods for __T
Available on crate feature
app-mapunitcommandmenu only.