Returns a value indicating whether the specified unit is dead.
isDead = UnitIsDead(unit)
Arguments
- unit
- string - the UnitId to query
Returns
true if the unit is dead, false otherwise.
Details
- See UnitIsDeadOrGhost for details.
Returns a value indicating whether the specified unit is dead.
isDead = UnitIsDead(unit)
true if the unit is dead, false otherwise.