WoW:API EnableAddOn: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (replaced depricated {{WoW API}} with {{wowapi}})
m (Robot: converting/fixing HTML)
Line 11: Line 11:
:;name : String - The name of the AddOn to be enabled.
:;name : String - The name of the AddOn to be enabled.
=== Returns ===
=== Returns ===
:<i>nil</i>
:''nil''




----
----
<center>'''EnableAddOn''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
<center>'''EnableAddOn''' - ''Documentation by [[User:Flickering|Flickering]]''</center>

Revision as of 09:29, 20 January 2007

WoW API < EnableAddOn

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



EnableAddOn - Documentation by Flickering