Skip to main content

IHubFacilityDataMethods

Trait IHubFacilityDataMethods 

Source
pub trait IHubFacilityDataMethods: IHubFacilityData {
Show 16 methods // Provided methods fn get_aid(self) -> Il2CppString { ... } fn set_aid(self, value: impl Into<Il2CppString>) { ... } fn get_mid(self) -> Il2CppString { ... } fn set_mid(self, value: impl Into<Il2CppString>) { ... } fn get_condition_cid(self) -> Il2CppString { ... } fn set_condition_cid(self, value: impl Into<Il2CppString>) { ... } fn get_icon_name(self) -> Il2CppString { ... } fn set_icon_name(self, value: impl Into<Il2CppString>) { ... } fn get_debug_name(self) -> Il2CppString { ... } fn get_prefixless_aid(self) -> Il2CppString { ... } fn get_first_access_flag(self) -> Il2CppString { ... } fn is_first_access_flag(self) -> bool { ... } fn set_first_access_flag(self) { ... } fn reset_first_access_flag(self) { ... } fn is_complete(self) -> bool { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_aid(self) -> Il2CppString

get_AID() overload

Source

fn set_aid(self, value: impl Into<Il2CppString>)

set_AID(::unity::Il2CppString) overload

Source

fn get_mid(self) -> Il2CppString

get_MID() overload

Source

fn set_mid(self, value: impl Into<Il2CppString>)

set_MID(::unity::Il2CppString) overload

Source

fn get_condition_cid(self) -> Il2CppString

get_ConditionCID() overload

Source

fn set_condition_cid(self, value: impl Into<Il2CppString>)

set_ConditionCID(::unity::Il2CppString) overload

Source

fn get_icon_name(self) -> Il2CppString

get_IconName() overload

Source

fn set_icon_name(self, value: impl Into<Il2CppString>)

set_IconName(::unity::Il2CppString) overload

Source

fn get_debug_name(self) -> Il2CppString

GetDebugName() overload

Source

fn get_prefixless_aid(self) -> Il2CppString

GetPrefixlessAid() overload

Source

fn get_first_access_flag(self) -> Il2CppString

GetFirstAccessFlag() overload

Source

fn is_first_access_flag(self) -> bool

IsFirstAccessFlag() overload

Source

fn set_first_access_flag(self)

SetFirstAccessFlag() overload

Source

fn reset_first_access_flag(self)

ResetFirstAccessFlag() overload

Source

fn is_complete(self) -> bool

IsComplete() 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: IHubFacilityData> IHubFacilityDataMethods for __T

Available on crate feature app-hubfacilitydata only.