WoW:API NotWhileDeadError

From AddOn Studio
Revision as of 04:52, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
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