Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the TOC dependencies of an addon.

dep1, dep2, ... = GetAddOnDependencies(index or name)

Arguments[]

index
number - 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.


Advertisement