9 lines
247 B
Lua
9 lines
247 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param unit string
|
|
---@param target string
|
|
---@return number comboPoints
|
|
---Returns the player's number of combo points on the target.
|
|
function GetComboPoints(unit, target) end
|