Returns information about an ability on the stance/shapeshift bar


See also Stance/Shapeshift functions.

Signature:

texture, name, isActive, isCastable, spellID = GetShapeshiftFormInfo(index)

Arguments:

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)