ecspresso
    Preparing search index...

    Interface AudioEventTypes<Ch>

    Event types provided by the audio plugin.

    interface AudioEventTypes<Ch extends string = string> {
        playSound: PlaySoundEvent<Ch>;
        soundEnded: SoundEndedEvent;
        stopMusic: StopMusicEvent<Ch>;
    }

    Type Parameters

    • Ch extends string = string
    Index

    Properties

    playSound: PlaySoundEvent<Ch>
    soundEnded: SoundEndedEvent
    stopMusic: StopMusicEvent<Ch>