Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Get the enabled state of an addon for a character

enabledState = GetAddOnEnableState([character], addon)

Arguments[]

character
string? - The name of the character to check against or nil.
addon
number|string - The index of the AddOn in the user's AddOn list, from 1 to GetNumAddOns(). Or the name of the AddOn to be queried. You can access Blizzard addons by name.

Returns[]

enabledState
number - The enabled state of the addon.
0 - disabled
1 - enabled for some
2 - enabled

Details[]

  • This is primarily used by the default UI to set the checkbox state in the AddOnList
  • A return of 1 is only possible if character is nil



Advertisement