8 lines
208 B
Lua
8 lines
208 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param channel string
|
|
---@param channelIndex number
|
|
---Enables voice chat in a channel
|
|
function ChannelVoiceOn(channel, channelIndex) end
|