cacophony
    Preparing search index...

    Interface GlobalPlaybackEvent

    Global playback event fired when any sound-producing entity plays/stops/pauses.

    interface GlobalPlaybackEvent {
        source: BaseSound;
        timestamp: number;
    }
    Index
    source: BaseSound
    timestamp: number