Contents
Retrieves the number of combo points gained by a player.
GetComboPoints(unit, target);
Parameters[edit | edit source]
Arguments[edit | edit source]
- (unit, target)
- unit
- String - Either "player" or "vehicle". (More strings/UnitIds may be possible but have not been seen in Blizzard code.)
- target
- String - Should be "target". No other value has been seen in Blizzard code.
Returns[edit | edit source]
- Number
- between 0 and 5 inclusive
Community content is available under CC-BY-SA unless otherwise noted.