← 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
This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.
READ MORE
← WoW API
This article or section is a World of Warcraft API stub. You can help expand it by editing it.
|
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