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

8 lines
229 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@return number speed
---@return number offhandSpeed
---Returns information about the unit's melee attack speed
function UnitAttackSpeed(unit) end