WoW:API NotWhileDeadError: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 25: Line 25:


: Generates an error message saying you cannot do that while dead.
: Generates an error message saying you cannot do that while dead.
----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|NotWhileDeadError]]
[[Category:API Character Functions|NotWhileDeadError]]

Revision as of 04:52, 4 January 2006

NotWhileDeadError -Documentation by AlexanderYoshi-

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

NotWhileDeadError();

Arguments
none

Returns
nil

Example
NotWhileDeadError();
Result

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

Template:WoW API