UnitStagger

From Warcraft Wiki
Jump to navigation Jump to search

Returns the amount of staggered damage on the unit.

damage = UnitStagger(unit)

Arguments

unit
string : UnitToken

Returns

damage
number - current amount of staggered damage on the unit.

Details

  • [Stagger] allows monks to spread a fraction of incoming damage over the next 10 seconds. This function returns the total amount of damage Stagger will cause the monk to take over the next 10 seconds.

Patch changes

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