GetUnitChargedPowerPoints

From Warcraft Wiki
Jump to navigation Jump to search

Returns a table of indices for combo points that have been charged.

pointIndices = GetUnitChargedPowerPoints(unit)

Arguments

unit
string : UnitId

Returns

pointIndices
number[] - An array of 1-based indices of animacharged combo points, e.g. { [1] = 2 } means the second combo point is charged.

Details

  • May return nil if if the unit has no combo points, or none are charged.

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.