Saves a chat window's display name setting. Used by the default UI's function FCF_SetWindowName()
which also handles setting the name displayed for a FloatingChatFrame.
See also Chat functions.
Signature:
SetChatWindowName(index,
"name")
Arguments:
index
- Index of a chat frame (between 1 andNUM_CHAT_WINDOWS
) (number
)name
- Name to be displayed for the chat window (string
)