WoW:API message: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
: 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>
: As of 1.10, message("text") no longer seems to work inside instances under certain conditions.  The fix for this is currently unknown.
 
 
<br><center><i>Last updated: Patch 1.10</i></center>


----
----
{{WoW API}}
{{WoW API}}

Revision as of 13:01, 16 May 2006

message -Documentation by Darjk-

Displays a message box.

message("text");

Parameters

Arguments

("text")
text
String - message to be displayed.

Returns

nil

Example

message("This is an example.");


Details

Pops up a message box displaying the argument with an "Okay" button inside a frame.
As of 1.10, message("text") no longer seems to work inside instances under certain conditions. The fix for this is currently unknown.



Last updated: Patch 1.10

Template:WoW API