Returns cooldown information about an ability on the stance/shapeshift bar
See also Stance/Shapeshift functions.
Signature:
start,
duration,
enable
=
GetShapeshiftFormCooldown(index)
Arguments:
index
- Index of an ability on the stance/shapeshift bar (between 1 andGetNumShapeshiftForms()
) (number
)
Returns:
start
- The value ofGetTime()
at the moment the cooldown began, or 0 if the ability is ready (number
)duration
- The length of the cooldown, or 0 if the ability is ready (number
)enable
- 1 if a Cooldown UI element should be used to display the cooldown, otherwise 0. (Does not always correlate with whether the ability is ready.) (number
)