Files
wow_Meta/api/UnitRangedAttack.lua
2025-05-04 15:15:00 +02:00

9 lines
265 B
Lua

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