Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
mNo edit summary
m (Minor formatting changes and added some links to related functions)
Line 1: Line 1:
 
{{wowapi}} __NOTOC__
 
{{wowapi}} __NOTOC__
 
Returns the number of Archaeology races in the game.
 
 
numRaces = GetNumArchaeologyRaces()
Returns the amount of Archaeology races in the game.
 
numRaces= GetNumArchaeologyRaces()
 
   
 
== Returns ==
 
== Returns ==
;numRaces: Integer - The number of Archaeology races in the game.
+
;numRaces: Number - The number of Archaeology races in the game.
  +
  +
==See also==
  +
* {{api|GetArchaeologyRaceInfo}}
  +
* {{api|GetArchaeologyRaceInfoByID}}

Revision as of 19:17, 16 August 2016

Returns the number of Archaeology races in the game.

numRaces = GetNumArchaeologyRaces()

Returns

numRaces
Number - The number of Archaeology races in the game.

See also