6 lines
233 B
Lua
6 lines
233 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param deviceIndex number
|
|
---@return string device
|
|
---Returns the name of an audio output device for voice chat
|
|
function VoiceEnumerateOutputDevices(deviceIndex) end |