WoW:API UnitAttackSpeed
Jump to navigation
Jump to search
mainSpeed, offSpeed = UnitAttackSpeed("unit");
Returns the unit's melee attack speed for each hand.
- Arguments
- ("unit")
- unit
- String - The UnitId to get information from. (Verified for "player" and "target")
- Returns
- mainSpeed, offSpeed
- 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.