Files
wow_Meta/api/UnitRangedAttack.lua
2024-12-16 13:13:08 +01:00

7 lines
258 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