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

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