xxxxxxxxxx
{{wowapi}} __NOTOC__
Returns the unit's melee attack speed for each hand.
mainSpeed, offSpeed = UnitAttackSpeed("unit");
==Parameters==
===Arguments===
:;unit : [[UnitId]] - The unit to get information from. (Verified for <tt>"player"</tt> and <tt>"target"</tt>)
===Returns===
:;mainSpeed : Number - The unit's base main hand attack speed (seconds)
:;offSpeed : Number - The unit's offhand attack speed (seconds) - <tt>nil</tt> if the unit has no offhand weapon.