Initial commit
This commit is contained in:
6
api/SetChatWindowDocked.lua
Normal file
6
api/SetChatWindowDocked.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user