WoW:API GetNumFactions: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (New document)
 
No edit summary
Line 9: Line 9:


:;numFactions : Integer - The number of lines in your faction display (based on known factions and expanded/collapsed faction lines)
:;numFactions : Integer - The number of lines in your faction display (based on known factions and expanded/collapsed faction lines)
----
----
__NOTOC__
{{WoW API}}
{{Template:WoW API}}
[[Category:API Faction Functions|GetNumFactions]]

Revision as of 05:10, 4 January 2006

GetNumFactions - Documentation by Flickering

Returns the number of lines in the faction display.

numFactions = GetNumFactions()

Parameters

Returns

numFactions
numFactions
Integer - The number of lines in your faction display (based on known factions and expanded/collapsed faction lines)

Template:WoW API