WoW:API EnableAddOn: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
(Removed Categories)
Line 16: Line 16:
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|EnableAddOn]]
[[Category:API AddOn Functions|EnableAddOn]]

Revision as of 04:28, 4 January 2006

EnableAddOn - Documentation by Flickering

Enable an AddOn for subsequent sessions.

EnableAddOn(index or "name")

Parameters

Arguments

(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

nil

Template:WoW API