Skip to main content

IUnit_ItemsForSelectedWeaponMethods

Trait IUnit_ItemsForSelectedWeaponMethods 

Source
pub trait IUnit_ItemsForSelectedWeaponMethods: IUnit_ItemsForSelectedWeapon {
    // Provided methods
    fn sort(self) { ... }
    fn get_count(self) -> i32 { ... }
    fn get(self, index: impl Into<i32>) -> ItemData { ... }
    fn prepare(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn sort(self)

Sort() overload

Source

fn get_count(self) -> i32

GetCount() overload

Source

fn get(self, index: impl Into<i32>) -> ItemData

Get(i32) overload

Source

fn prepare(self)

Prepare() 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: IUnit_ItemsForSelectedWeapon> IUnit_ItemsForSelectedWeaponMethods for __T

Available on crate feature app-unit only.