Returns information about an ability on the stance/shapeshift bar
See also Stance/Shapeshift functions.
Signature:
texture,
name,
isActive,
isCastable,
spellID
=
GetShapeshiftFormInfo(index)
Arguments:
index
- Index of an ability on the stance/shapeshift bar (between 1 andGetNumShapeshiftForms()
) (number
)
Returns:
texture
- Path to an icon texture for the ability (string
)name
- Name of the ability (string
)isActive
- 1 if the ability is currently active; otherwise nil (1nil
)isCastable
- 1 if the ability can currently be used; otherwise nil (1nil
)spellID
- ID of spell or aura (number
)