Wowpedia

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

READ MORE

Wowpedia
No edit summary
 
(Created page with "{{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Returns the amount of artifacts the player has acquired fro...")
 
Line 1: Line 1:
  +
{{wowapi}} __NOTOC__
{{RPG}}
 
  +
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
'''Flamestrike''' is an ancient [[Highborne]] blade rumored to have once been the favored weapon of [[Dath'Remar Sunstrider]], the first high elf king of [[Quel'Thalas]].{{Cite|MoM|172}} The blade appears to have been passed down over the generations, and now rests in the hands of [[Kael'thas Sunstrider]], last of the Sunstrider dynasty.
 
  +
Returns the amount of artifacts the player has acquired from the provided race.
  +
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
  +
artifactCount = GetNumArtifactsByRace(raceIndex)
   
==In World of Warcraft==
+
== Arguments ==
  +
<!-- List each argument, together with its type -->
{{Speculation}}
 
  +
;raceIndex : Integer - Index of the race to be selected.
It was believed to be a potential legendary drop in [[Eye (Tempest Keep)|the Eye]] of [[Tempest Keep]], since it remains in the hands of Kael'thas. Yet the [[naaru]] have recently found reasons to send all able heroes of both the the [[Horde]] and [[Alliance]], and though it seemed like they actually killed Kael'thas [[A'dal]] soon learned through a [[Verdant Sphere]] that he was only maimed, and actually fled to the [[Sunwell Plateau]] in an attempt to summon [[Kil'jaeden]]. Although currently it is not part of any loot table and cannot be found in World of Warcraft.
 
   
  +
== Returns ==
[[Category:Swords]]
 
  +
;artifactCount : Integer - Number of artifacts for that race.
  +
  +
== Details ==
  +
<!-- Details not appropriate for the main description can go here.
  +
REMOVE the section if you're just going to restate the intro line! -->
  +
: 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.
  +
<noinclude>[[ru:Справка:Статьи о функциях API/Предварительная загрузка]]</noinclude>

Revision as of 23:27, 11 December 2010

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

artifactCount = GetNumArtifactsByRace(raceIndex)

Arguments

raceIndex
Integer - Index of the race to be selected.

Returns

artifactCount
Integer - Number of artifacts for that race.

Details

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.

ru:Справка:Статьи о функциях API/Предварительная загрузка