RSS

Суббота, 20.04.2024, 09:32
Главная » WoW API » API Функции » Строка меню »

GetFlyoutSlotInfo

[ править ]
Returns information about a flyout ability slot.
[клоны]
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