5 lines
185 B
Lua
5 lines
185 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number index
|
|
---Returns the index of the current voice output device
|
|
function VoiceGetCurrentOutputDevice() end |