WoW API: DisableAddOn

From AddOn Studio
Revision as of 09:29, 20 January 2007 by WoWWiki>VoidvectorBot (Robot: converting/fixing HTML)
Jump to navigation Jump to search

WoW API < DisableAddOn

DisableAddOn - Documentation by Flickering

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