Skip to main content

IHelpItemBase

Trait IHelpItemBase 

Source
pub trait IHelpItemBase: IMonoBehaviour {
Show 16 methods // Provided methods fn m_is_temp_god(self) -> bool { ... } fn set_m_is_temp_god(self, value: bool) { ... } fn m_temp_god(self) -> GodUnit { ... } fn set_m_temp_god(self, value: GodUnit) { ... } fn m_is_temp_ring(self) -> bool { ... } fn set_m_is_temp_ring(self, value: bool) { ... } fn m_temp_ring(self) -> UnitRing { ... } fn set_m_temp_ring(self, value: UnitRing) { ... } fn m_is_temp_unit(self) -> bool { ... } fn set_m_is_temp_unit(self, value: bool) { ... } fn m_temp_unit(self) -> Unit { ... } fn set_m_temp_unit(self, value: Unit) { ... } fn m_start_item_priority(self) -> i32 { ... } fn set_m_start_item_priority(self, value: i32) { ... } fn m_help_item_type(self) -> HelpManager_HelpItemType { ... } fn set_m_help_item_type(self, value: HelpManager_HelpItemType) { ... }
}

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§