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 and NUM_CHAT_WINDOWS) (number)
  • shown - True if the window should be shown, false otherwise (boolean)