pub trait ICombatViewerSettingsMethods: ICombatViewerSettings {
// Provided methods
fn clear_phase_array(self) { ... }
fn random(self, maxside: impl Into<i32>) { ... }
fn swap(self) { ... }
fn duplicate(self) { ... }
fn replace_damage_side(self, alter: impl Into<Array<Il2CppString>>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn clear_phase_array(self)
fn clear_phase_array(self)
ClearPhaseArray() overload
Sourcefn replace_damage_side(self, alter: impl Into<Array<Il2CppString>>)
fn replace_damage_side(self, alter: impl Into<Array<Il2CppString>>)
ReplaceDamageSide(::unity::Array<::unity::Il2CppString>) 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: ICombatViewerSettings> ICombatViewerSettingsMethods for __T
Available on crate feature
combat-combatviewersettings only.