WoW:API UnitIsDeadOrGhost: Difference between revisions
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 | 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.