WoW API: UnitAttackSpeed

WoW API < UnitAttackSpeed

Returns the unit's melee attack speed for each hand.

mainSpeed, offSpeed = UnitAttackSpeed("unit");

ParametersEdit

ArgumentsEdit

unit
UnitId - The unit to get information from. (Verified for "player" and "target")

ReturnsEdit

mainSpeed
Number - The unit's base main hand attack speed (seconds)
offSpeed
Number - The unit's offhand attack speed (seconds) - nil if the unit has no offhand weapon.