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

8 lines
330 B
Lua

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