Files
wow_Meta/api/SetChatWindowLocked.lua
2025-05-04 14:35:26 +02:00

7 lines
321 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