Files
wow-weakauras/Meta/api/GetChannelDisplayInfo.lua
2024-11-07 23:12:37 +01:00

17 lines
574 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return string name
---@return 1nil header
---@return 1nil collapsed
---@return number channelNumber
---@return number count
---@return 1nil active
---@return CHANNEL_CATEGORY_WORLD category
---@return CHANNEL_CATEGORY_CUSTOM
---@return CHANNEL_CATEGORY_GROUP
---@return CHANNEL_CATEGORY_WORLD
---@return 1nil voiceEnabled
---@return 1nil voiceActive
---Returns information about an entry in the channel list display
function GetChannelDisplayInfo(index) end