8 lines
395 B
Lua
8 lines
395 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
|