C_ArtifactUI.GetArtifactTier

From Warcraft Wiki
Jump to navigation Jump to search

Returns the tier number for your artifact at the forge.

tier = C_ArtifactUI.GetArtifactTier()

Returns

tier
number - the completed tier level of your artifact weapon while at the forge on the Vindicaar.

Details

  • Returns nil if you are not at the forge or you have no spent tiers.
  • If your weapon is rank 70 as an example, your tier will return 2 even though you might have the first relic at rank 3.

Patch changes

Legion Patch 7.3.0 (2017-08-29): Added.