WoW:API DisableAddOn: Difference between revisions
Jump to navigation
Jump to search
DisableAddOn - Documentation by Flickering
mNo edit summary |
(Removed Categories) |
||
Line 16: | Line 16: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
Revision as of 04:27, 4 January 2006
Disable an AddOn for subsequent sessions.
DisableAddOn(index or "name")
Parameters
Arguments
- (index or "name")
- index
- Integer - The index of the AddOn to disable in the user's AddOn list.
- name
- String - The name of the AddOn to be disabled.
Returns
- nil