Skip to main content

IMapUnitCommandMenu_TargetSelectMenuItemMethods

Trait IMapUnitCommandMenu_TargetSelectMenuItemMethods 

Source
pub trait IMapUnitCommandMenu_TargetSelectMenuItemMethods: IMapUnitCommandMenu_TargetSelectMenuItem {
    // Provided methods
    fn get_mind(self) -> MapMind_Type { ... }
    fn enumerate(self, skill: impl Into<SkillData>) -> i32 { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_mind(self) -> MapMind_Type

get_Mind() overload

Source

fn enumerate(self, skill: impl Into<SkillData>) -> i32

Enumerate(crate::app::skilldata::SkillData) overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn ctor(self)

.ctor() 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: IMapUnitCommandMenu_TargetSelectMenuItem> IMapUnitCommandMenu_TargetSelectMenuItemMethods for __T

Available on crate feature app-mapunitcommandmenu only.