WoW:API NotWhileDeadError: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(bp)
Line 1: Line 1:
<center>'''NotWhileDeadError''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Generates an error message saying you cannot do that while dead.
Generates an error message saying you cannot do that while dead.
  NotWhileDeadError();
  NotWhileDeadError();
----
;''Arguments''
:''none''
----
;''Returns''
:;nil
----
;''Example''
NotWhileDeadError();
;''Result''
----
;''Description''
: Generates an error message saying you cannot do that while dead.
----
{{WoW API}}

Revision as of 00:23, 22 June 2010

WoW API < NotWhileDeadError

Generates an error message saying you cannot do that while dead.

NotWhileDeadError();