Files
wow_Meta/api/SetChatWindowDocked.lua
2024-12-16 13:13:08 +01:00

6 lines
355 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