Saves whether a chat window is marked as non-interactive. Used by the default UI's function FCF_SetUninteractable() which also handles enabling/disabling mouse events in the FloatingChatFrame.
See also Chat functions.
Signature:
SetChatWindowUninteractable(index, setUninteractable)
Arguments:
index- Index of a chat frame (between 1 andNUM_CHAT_WINDOWS) (number)setUninteractable- True flag the window as non-interactive; false otherwise (boolean)