Returns the player's number of combo points on the target.
See also Player information functions.
Signature:
comboPoints
=
GetComboPoints("unit"
[,
"target"])
Arguments:
unit
- Either 'player' or 'vehicle' (string
, unitID)target
- Unit to check for combo points. (string
, unitID)
Returns:
comboPoints
- Number of combo points (between 0 andMAX_COMBO_POINTS
) (number
)