Returns information about a flyout slot. Flyout IDs are provided by GetFlyoutID(index). Signature: Code 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)
Также смотрите: Строка меню
, ActionBar functions, Flyout button functions
Ссылки: http://wowprogramming.com/docs/api/GetFlyoutInfo
|