Returns the unit's spell haste as a percentage
See also Unit functions.
Signature:
haste
=
UnitSpellHaste("unit")
or
UnitSpellHaste("name")
Arguments:
unit
- A unit to query (string
, unitID)name
- The name of a unit to query; only valid forplayer
,pet
, and party/raid members (string
)
Returns:
haste
- The unit's spell haste, as a percentage (number
)