WoW:API UnitIsDeadOrGhost: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Very useful to determine if a mod should be doing something if your ("unit" => "player") dead or a ghost.
Very useful to determine if a mod should be doing something if your ("unit" => "player") dead or a ghost.


Returns true, if "unit" is dead or a ghost - false, if otherwise.
Returns 1 if "unit" is dead or a ghost, nil otherwise.
----
----
{{template:WoW API}}
{{template:WoW API}}

Revision as of 17:32, 21 April 2006

Very useful to determine if a mod should be doing something if your ("unit" => "player") dead or a ghost.

Returns 1 if "unit" is dead or a ghost, nil otherwise.


Template:WoW API