Skip to main content

IMapSequenceAI

Trait IMapSequenceAI 

Source
pub trait IMapSequenceAI: ISingletonProcInst_1<MapSequenceAI> {
    // Provided methods
    fn m_last_mind_x(self) -> i32 { ... }
    fn set_m_last_mind_x(self, value: i32) { ... }
    fn m_last_mind_z(self) -> i32 { ... }
    fn set_m_last_mind_z(self, value: i32) { ... }
    fn m_is_order_unit_engage_or_god_change(self) -> bool { ... }
    fn set_m_is_order_unit_engage_or_god_change(self, value: bool) { ... }
}

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§