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

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