WoW:API UnitIsDeadOrGhost: Difference between revisions

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


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

Revision as of 22:04, 30 December 2005

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.


Template:WoW API