Interface GlobalPlaybackEvent

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

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

Properties

Properties

source: BaseSound
timestamp: number