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