Files
wow_Meta/api/GetComboPoints.lua
2025-05-04 14:35:26 +02:00

8 lines
238 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