WoW:API message: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 22: Line 22:


<br><center><i>Last updated: Patch 1.6.1</i></center>
<br><center><i>Last updated: Patch 1.6.1</i></center>
----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API UI Provided Functions|message]]

Revision as of 05:45, 4 January 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.


Last updated: Patch 1.6.1

Template:WoW API