RSS

Пятница, 29.03.2024, 01:38
Главная » WoW API » API Функции » Связанные с аддонами »

GetAddOnDependencies

[ править ]
Returns a list of addons a given addon is dependent upon.
[клоны]
Returns a list of addons a given addon is dependent upon.

Signature:
Code
... = GetAddOnDependencies("name") or GetAddOnDependencies(index)

Arguments:
  • name - Name of an addon (name of the addon's folder and TOC file, not the Title found in the TOC) (string)
  • index - Index of an addon in the addon list (between 1 and GetNumAddOns()) (number)

Returns:
  • ... - A list of strings, each the (folder) name of another addon this addon is dependent upon (list)

Также смотрите: Связанные с аддонами , Addon-related functions
Ссылки: http://wowprogramming.com/docs/api/GetAddOnDependencies