WoW:ChatFrame: Difference between revisions
Jump to navigation
Jump to search
m
Move page script moved page ChatFrame to WoW:ChatFrame without leaving a redirect
(Added by egingell) |
m (Move page script moved page ChatFrame to WoW:ChatFrame without leaving a redirect) |
||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi|nosort=1}} | ||
{{stub/API}} | |||
ChatFrame | |||
-- Print the chat frame number on its respective [[Widget_API#MessageFrame|MessageFrame]] | |||
<pre>for i = 1, NUM_CHAT_WINDOWS do | |||
getglobal("ChatFrame"..i):AddMessage("This is ChatFrame"..i, 0, 0, 0, 0); | |||
end</pre> | |||
{{DEFAULTSORT:ChatFrame}} | |||