Saves whether a chat window should be shown. Used by the default UI's function FCF_OpenNewWindow()
which initializes a displayed FloatingChatFrame.
See also Chat functions.
Signature:
SetChatWindowShown(index,
shown)
Arguments:
index
- Index of a chat frame (between 1 andNUM_CHAT_WINDOWS
) (number
)shown
- True if the window should be shown, false otherwise (boolean
)