RSS

Четверг, 25.04.2024, 01:36
Главная » WoW API » API Функции » Строка меню »

GetFlyoutInfo

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