← WoW API < message
Arguments
Details
This function is implemented by FrameXML in [DEPRECATED http://wowprogramming.com/utils/xmlbrowser/live/FrameXML/BasicControls.xml FrameXML/BasicControls.xml].
Displays a message box.
message("text")
Arguments
Edit
- text
- String - message to be displayed.
Details
Edit
- Pops up a message box displaying the argument with an "Okay" button inside a frame.
- As of 3.1, message() is no longer an alias of the _ERRORMESSAGE function. It is a standalone function that bypasses the cvar "scriptErrors" entirely and always displays an error box.
- As of 3.2 message() is broken / Depreciated as the message frame is no longer defined. Suitable alternative is print(...);
Community content is available under CC-BY-SA
unless otherwise noted.