Skip to main content

IUnitHasItemMaxSequence

Trait IUnitHasItemMaxSequence 

Source
pub trait IUnitHasItemMaxSequence: ISingletonProcInst_1<UnitHasItemMaxSequence> {
Show 16 methods // Provided methods fn m_unit(self) -> Unit { ... } fn set_m_unit(self, value: Unit) { ... } fn m_gain_unit_item(self) -> UnitItem { ... } fn set_m_gain_unit_item(self, value: UnitItem) { ... } fn m_label(self) -> Il2CppString { ... } fn set_m_label(self, value: Il2CppString) { ... } fn m_is_sending_unit_item(self) -> bool { ... } fn set_m_is_sending_unit_item(self, value: bool) { ... } fn m_sending_unit_item_index(self) -> i32 { ... } fn set_m_sending_unit_item_index(self, value: i32) { ... } fn m_is_discarding(self) -> bool { ... } fn set_m_is_discarding(self, value: bool) { ... } fn m_is_discarding_transporter_item(self) -> bool { ... } fn set_m_is_discarding_transporter_item(self, value: bool) { ... } fn m_discarding_transporter_item_index(self) -> i32 { ... } fn set_m_discarding_transporter_item_index(self, value: i32) { ... }
}

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§