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

7 lines
403 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param channel number
---@return number zoneChannel
---Adds a chat channel to the saved list of those displayed in a chat window. Used by the default UI's function ChatFrame_AddChannel() which manages the set of channel messages shown in a displayed ChatFrame.
function AddChatWindowChannel(index, channel) end