WoW:API NotWhileDeadError: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API NotWhileDeadError to API NotWhileDeadError without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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}}

Latest revision as of 04:46, 15 August 2023

WoW API < NotWhileDeadError

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

NotWhileDeadError();