lovr.audio.isStarted
EditReturns whether an audio device is started.
started = lovr.audio.isStarted(type)
Arguments
Name | Type | Default | Description |
type | AudioType | 'playback' | The type of device to check. |
Returns
Name | Type | Description |
started | boolean | Whether the device is active. |