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

6 lines
325 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param name string
---Saves a chat window's display name setting. Used by the default UI's function FCF_SetWindowName() which also handles setting the name displayed for a FloatingChatFrame.
function SetChatWindowName(index, name) end