Skip to main content

IHubAreaDataMethods

Trait IHubAreaDataMethods 

Source
pub trait IHubAreaDataMethods: IHubAreaData {
Show 18 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_scene_name(self) -> Il2CppString { ... } fn set_scene_name(self, value: impl Into<Il2CppString>) { ... } fn get_locator_name(self) -> Il2CppString { ... } fn set_locator_name(self, value: impl Into<Il2CppString>) { ... } fn get_mid_h(self) -> Il2CppString { ... } fn set_mid_h(self, value: impl Into<Il2CppString>) { ... } fn get_map_point_no(self) -> u8 { ... } fn set_map_point_no(self, value: impl Into<u8>) { ... } fn get_facility_aid_list(self) -> Array<Il2CppString> { ... } fn set_facility_aid_list(self, value: impl Into<Array<Il2CppString>>) { ... } fn get_debug_name(self) -> Il2CppString { ... } 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_scene_name(self) -> Il2CppString

get_SceneName() overload

Source

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

set_SceneName(::unity::Il2CppString) overload

Source

fn get_locator_name(self) -> Il2CppString

get_LocatorName() overload

Source

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

set_LocatorName(::unity::Il2CppString) overload

Source

fn get_mid_h(self) -> Il2CppString

get_MID_H() overload

Source

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

set_MID_H(::unity::Il2CppString) overload

Source

fn get_map_point_no(self) -> u8

get_MapPointNo() overload

Source

fn set_map_point_no(self, value: impl Into<u8>)

set_MapPointNo(u8) overload

Source

fn get_facility_aid_list(self) -> Array<Il2CppString>

get_FacilityAidList() overload

Source

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

set_FacilityAidList(::unity::Array<::unity::Il2CppString>) overload

Source

fn get_debug_name(self) -> Il2CppString

GetDebugName() 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: IHubAreaData> IHubAreaDataMethods for __T

Available on crate feature app-hubareadata only.