UnitGetTotalAbsorbs

From Warcraft Wiki
Jump to navigation Jump to search

Returns the total amount of damage the unit can absorb before losing health.

totalAbsorbs = UnitGetTotalAbsorbs(unit)

Arguments

unit
string : UnitToken - The unit to query absorption shields of.

Returns

totalAbsorbs
number - total amount of damage the unit can take without losing health.

Patch changes

Mists of Pandaria Patch 5.2.0 (2013-03-05): Added.

See also