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.
See also Chat functions.
Signature:
SetChatWindowLocked(index, locked)
Arguments:
index- Index of a chat frame (between 1 andNUM_CHAT_WINDOWS) (number)locked- True if the frame should be locked; otherwise false (boolean)