WoW API: GetNumBattlegroundTypes

From AddOn Studio
Revision as of 12:27, 21 August 2009 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns the number of battleground types. numBattlegrounds = GetNumBattlegroundTypes(); == Returns == ; numBattlegrounds : Number - the number of distinct battlegrou...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetNumBattlegroundTypes

Returns the number of battleground types.

numBattlegrounds = GetNumBattlegroundTypes();

Returns

numBattlegrounds
Number - the number of distinct battleground types offered by the server. The player may not be able to join all of those due to level restrictions.

See Also