ecspresso
    Preparing search index...

    Interface SoundEndedEvent

    Event published when a sound finishes playing.

    interface SoundEndedEvent {
        entityId: number;
        sound: string;
        soundId: number;
    }
    Index

    Properties

    entityId: number

    Entity ID if sound was entity-attached, -1 for fire-and-forget

    sound: string

    Asset key of the sound

    soundId: number

    Howler sound ID