Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns true if the unit is currently being resurrected.

isBeingResurrected = UnitHasIncomingResurrection(unitID or UnitName)

Arguments[]

unitID
string - either the unitID ("player", "target", "party3", etc) or unit's name ("Bob" or "Bob-Llane")

Returns[]

isBeingResurrected
boolean - Returns true if the unit is being resurrected by any means, be it spell, item, or some other method. Returns nil/false otherwise.

Details[]

  • This returns nil/false if the cast is completed and the unit has not yet accepted the resurrection. It is only true if the cast is in progress and the cast is some method of resurrection.

Patch changes[]

Cataclysm Patch 4.2.0 (2011-06-28): Added.

Advertisement