pub trait IMyRoomSequence_RelianceUnitMenuItemMethods: IMyRoomSequence_RelianceUnitMenuItem {
// Provided methods
fn get_self(self) -> PersonData { ... }
fn get_target(self) -> PersonData { ... }
fn get_can_level_up(self) -> bool { ... }
fn get_level(self) -> RelianceData_Level { ... }
fn ctor(self, self_: impl Into<PersonData>, target: impl Into<PersonData>) { ... }
fn get_name(self) -> Il2CppString { ... }
fn a_call(self) -> BasicMenu_Result { ... }
}Provided Methods§
Sourcefn get_self(self) -> PersonData
fn get_self(self) -> PersonData
get_Self() overload
Sourcefn get_target(self) -> PersonData
fn get_target(self) -> PersonData
get_Target() overload
Sourcefn get_can_level_up(self) -> bool
fn get_can_level_up(self) -> bool
get_CanLevelUp() overload
Sourcefn get_level(self) -> RelianceData_Level
fn get_level(self) -> RelianceData_Level
get_Level() overload
Sourcefn ctor(self, self_: impl Into<PersonData>, target: impl Into<PersonData>)
fn ctor(self, self_: impl Into<PersonData>, target: impl Into<PersonData>)
.ctor(crate::app::persondata::PersonData, crate::app::persondata::PersonData) overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() 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§
impl<__T: IMyRoomSequence_RelianceUnitMenuItem> IMyRoomSequence_RelianceUnitMenuItemMethods for __T
Available on crate feature
app-myroomsequence only.