WoW:API GetChatWindowInfo

From AddOn Studio
Revision as of 20:02, 15 February 2005 by WoWWiki>WoWWiki-Elbereth
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetChatWindowInfo -Documentation by Elbereth-

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.

Template:WoW API