Wowpedia

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

READ MORE

Wowpedia
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns the active Archaeology artifact for a race.

artifactName, artifactDescription, artifactRarity, artifactIcon, hoverDescription, keystoneCount, bgTexture = GetActiveArtifactByRace(raceIndex, artifactIndex)

Arguments

branchIndex
number - Index of the race to pick the artifact from.
artifactIndex
number

Returns

artifactName
string - The name of the artifact.
artifactDescription
string - The description displayed on the artifact detail page. Only visible after completion for rare artifacts.
artifactRarity
string - The rarity of the artifact, 0 for Common and 1 for Rare.
artifactIcon
string - The path to the artifact's icon texture.
hoverDescription
string - The description shown in the tooltip when hovering over the completed artifact. Not visible before the artifact is completed. Not readily available on function call, see SpellMixin:ContinueOnSpellLoad.[1]
keystoneCount
number - The number of Keystone slots this artifact has. Only visible when this is the in progress artifact.
bgTexture
string - The path to the artifact's background texture. Only displayed when the artifact is rare.

Patch changes

Battle for Azeroth Patch 8.0.1 (2018-07-17): Fifth return value is only available after information loads on demand.[1]
Cataclysm Patch 4.0.1 (2010-10-12): Added.

See also

GetArtifactInfoByRace(raceIndex, artifactIndex)
GetSelectedArtifactInfo()

References

Advertisement