Skip to main content

ITelopManager_ProcBondEngageBaseMethods

Trait ITelopManager_ProcBondEngageBaseMethods 

Source
pub trait ITelopManager_ProcBondEngageBaseMethods: ITelopManager_ProcBondEngageBase {
    // Provided methods
    fn execute_audio_playback_sequence(
        self,
        main_data: impl Into<GodData>,
        sub_data: impl Into<GodData>,
        game_object: impl Into<GameObject>,
    ) { ... }
    fn play_voice(self, god_data: impl Into<GodData>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn execute_audio_playback_sequence( self, main_data: impl Into<GodData>, sub_data: impl Into<GodData>, game_object: impl Into<GameObject>, )

ExecuteAudioPlaybackSequence(crate::app::goddata::GodData, crate::app::goddata::GodData, crate::unity_engine::gameobject::GameObject) overload

Source

fn play_voice(self, god_data: impl Into<GodData>)

PlayVoice(crate::app::goddata::GodData) 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: ITelopManager_ProcBondEngageBase> ITelopManager_ProcBondEngageBaseMethods for __T

Available on crate feature app-telopmanager only.