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

6 lines
360 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param docked boolean
---Saves whether a chat window should be docked with the main chat window. Used by the default UI's functions FCF_DockFrame() and FCF_UnDockFrame() which manage the positioning of FloatingChatFrames.
function SetChatWindowDocked(index, docked) end