WoW:ChatFrame: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
{{stub/API}} | {{stub/API}} | ||
ChatFrame | ChatFrame |
Revision as of 16:37, 4 December 2007
← 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