Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
mNo edit summary
mNo edit summary
Line 24: Line 24:
   
 
: Pops up a message box displaying the argument with an "Okay" button inside a frame.
 
: Pops up a message box displaying the argument with an "Okay" button inside a frame.
 
   
 
<br><center><i>Last updated: Patch 1.6.1</i></center>
 
<br><center><i>Last updated: Patch 1.6.1</i></center>

Revision as of 13:05, 19 August 2005

message - Documentation by Darjk


Displays a message box.

message(text);

Arguments

(text)
text
message to be displayed.

Returns

nil

Example
message("This is an example.");

Description
Pops up a message box displaying the argument with an "Okay" button inside a frame.


Last updated: Patch 1.6.1

Template:WoW API