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

9 lines
404 B
Lua

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