Skip to main content

IUnit_ItemsForSelectedWeapon

Trait IUnit_ItemsForSelectedWeapon 

Source
pub trait IUnit_ItemsForSelectedWeapon: IObject {
    // Provided methods
    fn m_items(self) -> Array<ItemData> { ... }
    fn set_m_items(self, value: Array<ItemData>) { ... }
}

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§