Returns information about a flyout slot. Flyout IDs are provided by GetFlyoutID(index).
See also ActionBar functions, Flyout button functions.
Signature:
name, description, numSlots, isKnown = GetFlyoutInfo(id)
Arguments:
id- flyout ID (from GetFlyoutID(index) (number)
Returns:
name- The name of the flyout element (string)description- A description of the flyout element (string)numSlots- The number of slots in the flyout element (number)isKnown- Indicates whether or not the player knows the spell associated with the given flyout element (boolean)