WoW:API NotWhileDeadError: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API NotWhileDeadError to API NotWhileDeadError without leaving a redirect)
 
(2 intermediate revisions by 2 users 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.
----
{{Template:WoW API}}
[[Category:API Functions|NotWhileDeadError]]
[[Category:API Character Functions|NotWhileDeadError]]

Latest revision as of 04:46, 15 August 2023

WoW API < NotWhileDeadError

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

NotWhileDeadError();