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