Returns information about a flyout ability slot


See also ActionBar functions, Flyout button functions.

Signature:

spellID, isKnown = GetFlyoutSlotInfo(flyoutID, slot)

Arguments:

  • flyoutID - flyout ID, which can be obtained from GetFlyoutID(index) (number)
  • slot - The slot index for the given flyout (number)

Returns:

  • spellID - Spell ID number (number, spellID)
  • isKnown - Whether or not the player knows the spell (boolean)