Files
wow_Meta/api/AddChatWindowChannel.lua
2025-05-04 14:35:26 +02:00

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