UnitGetTotalHealAbsorbs

From Warcraft Wiki
Jump to navigation Jump to search

Returns the total amount of healing the unit can absorb without gaining health.

totalHealAbsorbs = UnitGetTotalHealAbsorbs(unit)

Arguments

unit
string : UnitToken

Returns

totalHealAbsorbs
number - amount of healing the unit can absorb without gaining health.

Details

  • Abilities like [Necrotic Strike] cause affected units to absorb healing without gaining health.

Patch changes

Mists of Pandaria Patch 5.4.0 (2013-09-10): Added.

See also