WoW:API DisableAddOn: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Robot: converting/fixing HTML)
Line 13: Line 13:
:;name : String - The name of the AddOn to be disabled.
:;name : String - The name of the AddOn to be disabled.
=== Returns ===
=== Returns ===
:<i>nil</i>
:''nil''

Revision as of 09:29, 20 January 2007

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