Skip to main content

ICombatViewerSettingsMethods

Trait ICombatViewerSettingsMethods 

Source
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§

Source

fn clear_phase_array(self)

ClearPhaseArray() overload

Source

fn random(self, maxside: impl Into<i32>)

Random(i32) overload

Source

fn swap(self)

Swap() overload

Source

fn duplicate(self)

Duplicate() overload

Source

fn replace_damage_side(self, alter: impl Into<Array<Il2CppString>>)

ReplaceDamageSide(::unity::Array<::unity::Il2CppString>) 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: ICombatViewerSettings> ICombatViewerSettingsMethods for __T

Available on crate feature combat-combatviewersettings only.