WoW:API ERRORMESSAGE: Difference between revisions
Jump to navigation
Jump to search
(Add information about scriptErrors cvar) |
m (Move page script moved page API ERRORMESSAGE to API ERRORMESSAGE without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{framexmlfunc|FrameXML/BasicControls.xml}} | <br>{{framexmlfunc|FrameXML/BasicControls.xml}} | ||
function _ERRORMESSAGE(message) | function _ERRORMESSAGE(message) |
Latest revision as of 04:45, 15 August 2023
← WoW API < ERRORMESSAGE
- This function is implemented in Lua here FrameXML/BasicControls.xml.
function _ERRORMESSAGE(message)
This has the same effect as the UI message() function.
To use this as of version 2.1 set the cvar "scriptErrors" to 1 via the SetCVar() function.