5 lines
190 B
Lua
5 lines
190 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param session number
|
|
---Sets the currently active voice chat channel
|
|
function SetActiveVoiceChannelBySessionID(session) end |