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

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