WoW:API DisableAddOn: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Robot: converting/fixing HTML)
mNo edit summary
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__
<center>'''DisableAddOn''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Disable an AddOn for subsequent sessions.
Disable an AddOn for subsequent sessions.

Revision as of 18:02, 2 November 2007

WoW API < DisableAddOn

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