5 lines
177 B
Lua
5 lines
177 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number id
|
|
---Returns an identifier for the active voice session
|
|
function GetVoiceCurrentSessionID() end |