Returns the TOC dependencies of an addon.
dep1, dep2, ... = GetAddOnDependencies(index or name)
Arguments
- index
- index - The index from 1 to GetNumAddOns(). Note that you cannot query Blizzard addons by index.
- name
- string - The name of the addon (as in toc/folder filename), case insensitive.
Returns
- dep1, dep2, ...
- string - List of addon names that are a required dependency.
AddOn Navbox |
---|
|
Global API |
---|
| | |
---|
| Enable | |
---|
| Disable | |
---|
| LoadOnDemand | |
---|
| Dependencies |
- GetAddOnDependencies
- GetAddOnOptionalDependencies
|
---|
| VersionCheck |
- IsAddonVersionCheckEnabled
- SetAddonVersionCheck
|
---|
| Save |
- SaveAddOns
- ResetAddOns
- ResetDisabledAddOns
|
---|
| |
| |
| |
| |
| |
|
|