WoW:ChatFrame: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Link in a code...)
m (Move page script moved page ChatFrame to ChatFrame without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi|nosort=1}}
{{stub/API}}
{{stub/API}}



Latest revision as of 04:47, 15 August 2023

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