 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Returns true if the specified addon is loaded.
loaded, finished = IsAddOnLoaded(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[]
- loaded
- boolean - True if the addon has been, or is being loaded.
- finished
- boolean - True if the addon has finished loading and ADDON_LOADED has been fired for this addon.
|
AddOn |
|---|
|
|
Global API |
|---|
| | | |
|---|
| | Enable | |
|---|
| | Disable | |
|---|
| | LoadOnDemand | |
|---|
| | Dependencies | |
|---|
| | VersionCheck |
- IsAddonVersionCheckEnabled
- SetAddonVersionCheck
|
|---|
| | Save |
- SaveAddOns
- ResetAddOns
- ResetDisabledAddOns
|
|---|
| |
| |
| |
| CVars |
- checkAddonVersioncheckAddonVersion (Game)
Default: 1 Check interface addon version number
|
|---|
| |
| |
|
|