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

6 lines
322 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param locked boolean
---Saves whether a chat window is locked. Used by the default UI's functions FCF_OpenNewWindow() and FCF_SetLocked() which manage the behavior of a FloatingChatFrame.
function SetChatWindowLocked(index, locked) end