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

7 lines
264 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@return number rangedAttackBase
---@return number rangedAttackMod
---Returns information about the player's or pet's ranged weapon skill
function UnitRangedAttack(unit) end