WoW:API GetNumAddOns

From AddOn Studio
Revision as of 20:45, 28 September 2005 by WoWWiki>Flickering
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetNumAddOns - Documentation by Flickering

Get the number of user supplied AddOns.

count = GetNumAddOns()

Parameters

Arguments

()

Returns

count
count
Integer - The number of user supplied AddOns installed. This is the maximum valid index to the other AddOn functions. This count does NOT include Blizzard supplied UI component AddOns.

Template:WoW API