Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns the amount of artifacts the player has acquired from the provided race.

numProjects = GetNumArtifactsByRace(raceIndex)

Arguments[]

raceIndex
number - Index of the race to be selected.

Returns[]

numProjects
number - Number of artifacts for that race.

Details[]

  • Opening the Archaeology window populates the values.
  • The value returned is the number of completed artifacts for that race plus one for the in progress artifact. If the player hasn't collected the race's fragments yet, the value will be 0.
  • Artifacts are only counted once so no matter how many times an artifact has been repeated it counts as one.
Advertisement