Skip to main content

IMapUnitAICommandMenu_AIMenuItem

Trait IMapUnitAICommandMenu_AIMenuItem 

Source
pub trait IMapUnitAICommandMenu_AIMenuItem: IMapBasicMenuItem {
    // Provided methods
    fn m_ai_type(self) -> UnitAI_VersusTypes { ... }
    fn set_m_ai_type(self, value: UnitAI_VersusTypes) { ... }
}

Provided Methods§

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§