Files
wow-weakauras/Meta/api/GetComboPoints.lua
2024-11-07 23:12:37 +01:00

7 lines
246 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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