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