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

8 lines
363 B
Lua

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