WoW API: ChatFrame

From AddOn Studio
Revision as of 14:18, 2 January 2010 by WoWWiki>Gourra
Jump to navigation Jump to search

WoW API

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