Files
wow_Meta/api/GetChannelList.lua
2024-12-16 13:13:08 +01:00

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