WoW:API GetNumAddOns: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
(Removed Categories)
Line 15: Line 15:
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|GetNumAddOns]]
[[Category:API AddOn Functions|GetNumAddOns]]

Revision as of 04:29, 4 January 2006

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