Skip to main content

IUnitInfoWindowCharaModel_ReservedCharaVoiceMethods

Trait IUnitInfoWindowCharaModel_ReservedCharaVoiceMethods 

Source
pub trait IUnitInfoWindowCharaModel_ReservedCharaVoiceMethods: IUnitInfoWindowCharaModel_ReservedCharaVoice {
    // Provided methods
    fn reserve_voice(
        self,
        person_switch_name: impl Into<Il2CppString>,
        engage_switch_name: impl Into<Il2CppString>,
        event_name: impl Into<Il2CppString>,
        chara: impl Into<Character>,
    ) { ... }
    fn play_voice(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn reserve_voice( self, person_switch_name: impl Into<Il2CppString>, engage_switch_name: impl Into<Il2CppString>, event_name: impl Into<Il2CppString>, chara: impl Into<Character>, )

ReserveVoice(::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, crate::combat::character::Character) overload

Source

fn play_voice(self)

PlayVoice() 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: IUnitInfoWindowCharaModel_ReservedCharaVoice> IUnitInfoWindowCharaModel_ReservedCharaVoiceMethods for __T

Available on crate feature app-unitinfowindowcharamodel only.