WoW:API EnableAddOn: Difference between revisions
Jump to navigation
Jump to search
EnableAddOn - Documentation by Flickering
(Removed Categories) |
m (replaced depricated {{WoW API}} with {{wowapi}}) |
||
Line 1: | Line 1: | ||
{{wowapi}}__NOTOC__ | |||
Enable an AddOn for subsequent sessions. | Enable an AddOn for subsequent sessions. | ||
Line 12: | Line 12: | ||
=== Returns === | === Returns === | ||
:<i>nil</i> | :<i>nil</i> | ||
---- | ---- | ||
<center>'''EnableAddOn''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | |||
Revision as of 16:55, 18 July 2006
← 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