WoW:API GetChatWindowInfo
Jump to navigation
Jump to search
Retrieves information about a chat window.
GetChatWindowInfo(index);
- Arguments
- (Number index)
- index
- The id of the chat window to get information from.
- Returns
- name, fontSize, r, g, b, alpha, shown, locked
- Example
local name, fontSize, r, g, b, alpha, shown, locked = GetChatWindowInfo(i);
- Description
- Retrieves Chat Window information. 'index' can be any chat window id between 1 and NUM_CHAT_WINDOWS. '1' is the main chat window.