pub trait ISortieRelianceSelectionPartnerMenu_UnitMenuItemMethods: ISortieRelianceSelectionPartnerMenu_UnitMenuItem {
// Provided methods
fn ctor(self, unit: impl Into<Unit>) { ... }
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
fn get_name(self) -> Il2CppString { ... }
fn a_call(self) -> BasicMenu_Result { ... }
fn b_call(self) -> BasicMenu_Result { ... }
fn get_level_text(
self,
level: impl Into<RelianceData_Level>,
) -> Il2CppString { ... }
}Provided Methods§
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() 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
Sourcefn b_call(self) -> BasicMenu_Result
fn b_call(self) -> BasicMenu_Result
BCall() overload
Sourcefn get_level_text(self, level: impl Into<RelianceData_Level>) -> Il2CppString
fn get_level_text(self, level: impl Into<RelianceData_Level>) -> Il2CppString
GetLevelText(crate::app::reliancedata::RelianceData_Level) 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: ISortieRelianceSelectionPartnerMenu_UnitMenuItem> ISortieRelianceSelectionPartnerMenu_UnitMenuItemMethods for __T
Available on crate feature
app-sortierelianceselectionpartnermenu only.