WoW:API GetComboPoints: Difference between revisions
Jump to navigation
Jump to search
(Replaced {{Wow api}} with {{wowapi}}) |
m (Move page script moved page API GetComboPoints to API GetComboPoints without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}}__NOTOC__ | ||
Retrieves the number of combo points gained by a player. | |||
GetComboPoints(unit, target); | |||
== Parameters == | |||
=== Arguments === | |||
:(unit, target) | |||
:;unit : String - Either "player" or "vehicle". (More strings/[[UnitId]]s 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 === | |||
:;Number : between 0 and 5 inclusive |
Latest revision as of 04:45, 15 August 2023
Retrieves the number of combo points gained by a player.
GetComboPoints(unit, target);
Parameters[edit]
Arguments[edit]
- (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]
- Number
- between 0 and 5 inclusive