WoW:API GetNumAddOns: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Removed Categories)
m (changed {{WoW API}} to {{wowapi}})
Line 1: Line 1:
{{Template:wowapi}}
<center>'''GetNumAddOns''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
<center>'''GetNumAddOns''' - ''Documentation by [[User:Flickering|Flickering]]''</center>


Line 14: Line 15:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}

Revision as of 20:51, 24 June 2006

WoW API < GetNumAddOns

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.