Files
wow_Meta/api/GetChannelDisplayInfo.lua
2025-05-04 15:15:00 +02:00

19 lines
555 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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