WoW API: ChatFrame

Revision as of 23:18, 29 March 2007 by WoWWiki>Fandyllic

WoW API

Added by egingell.

ChatFrame
-- Print the chat frame number on its respective MessageFrame
for i = 1, NUM_CHAT_WINDOWS do
    getglobal("ChatFrame"..i):AddMessage("This is ChatFrame"..i, 0, 0, 0, 0);
end