WoW API: EnableAddOn

From AddOn Studio
Jump to navigation Jump to search

WoW API < EnableAddOn

Enable an AddOn for subsequent sessions.

EnableAddOn(index or "name")

Parameters[edit]

Arguments[edit]

(index or "name")
index
Integer - The index of the AddOn to enable in the user's AddOn list.
name
String - The name of the AddOn to be enabled.

Returns[edit]

nil

Notes[edit]

  • Takes effect only after reloading the UI - ReloadUI().