WoW:API ERRORMESSAGE: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(Add information about scriptErrors cvar)
Line 4: Line 4:


This has the same effect as the UI [[API message |message]]() function.
This has the same effect as the UI [[API message |message]]() function.
To use this as of version 2.1 set the cvar "scriptErrors" to 1 via the [[API SetCVar |SetCVar]]() function.

Revision as of 03:50, 8 June 2007

WoW API < ERRORMESSAGE

"I" iconThis 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.