Returns information about the unit's melee attack speed


See also Stat information functions.

Signature:

speed, offhandSpeed = UnitAttackSpeed("unit")

Arguments:

  • unit - A unit to query (string, unitID)

Returns:

  • speed - Current speed of the unit's main hand attack (number of seconds per attack) (number)
  • offhandSpeed - Current speed of the unit's off hand attack (number of seconds per attack) (number)