7 lines
218 B
Lua
7 lines
218 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number index
|
|
---@return string channel
|
|
---@return list ...
|
|
---Returns the list of the channels the player has joined
|
|
function GetChannelList() end |