Wowpedia

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

READ MORE

Wowpedia
m (→‎External links: clean up, replaced: wowwiki.com/WoWWiki: → wowpedia.org/Wowpedia:)
 
 
Line 1: Line 1:
  +
{{wowapi}} __NOTOC__
<onlyinclude>{{tooltip
 
  +
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
|mode={{{mode|}}}
 
  +
Set the artifact-pointer to raceIndex.
|arg={{{arg|}}}
 
|durability=85
 
|sell={{cost||62|46}}
 
|armor=728
 
|icon=INV_Shield_16
 
|block=16
 
|quality=Uncommon
 
|bind=BoE
 
|type=Shield
 
|slot=Off Hand
 
|itemid=15367
 
|ilvl=39
 
|name=Trickster's Protector
 
|level=34
 
|attrib=<span class="qc-uncommon">&lt;Random Enchantment&gt;</span>}}</onlyinclude>
 
   
  +
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
==Random enchantments==
 
  +
SetSelectedArtifact(raceIndex)
{| class="darktable"
 
|-
 
!Item Suffix
 
!Stats Bonus
 
|-
 
| of Arcane Wrath
 
| +7 Arcane Spell Damage
 
|-
 
| of the Whale
 
| +5-6 Stamina, +5-6 Spirit
 
|-
 
| of Holy Wrath
 
| +11-13 Holy Spell Damage
 
|-
 
| of the Owl
 
| +5-6 Intellect, +5-6 Spirit
 
|-
 
| of Spirit
 
| +8-9 Spirit
 
|-
 
| of the Eagle
 
| +5-6 Intellect, +5-6 Stamina
 
|-
 
| of the Falcon
 
| +5-6 Intellect, +5-6 Agility
 
|-
 
| of Healing
 
| +20 Healing Spells and +7 Damage Spells, +18 Healing Spells and +6 Damage Spells
 
|-
 
| of Shadow Wrath
 
| +7 Shadow Spell Damage
 
|-
 
| of Fiery Wrath
 
| +11-13 Fire Spell Damage
 
|-
 
| of the Wolf
 
| +5-6 Spirit, +5-6 Agility
 
|-
 
| of Frost Resistance
 
| +5 Frost Resistance
 
|-
 
| of Intellect
 
| +8-9 Intellect
 
|}
 
   
  +
== Arguments ==
  +
<!-- List each argument, together with its type -->
  +
;raceIndex : int - Index of the race to select.
   
==Source==
+
== Example ==
  +
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
{{Stub/Item}}
 
  +
SetSelectedArtifact(4)
   
  +
<big>'''Result'''</big>
==External links==
 
  +
<!-- If it helps, include example results here, though they are not required. You're allowed to cheat liberally since WoW isn't a command line language. -->
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
 
  +
The six underlying functions are getting pointed to the current nightelf-project (raceIndex 4)
Links that do not conform to the rules will be DELETED.
 
Repeat violations may result in a BAN.
 
Have a nice day. :) -->
 
{{elinks-item|15367}}
 
   
  +
<noinclude>[[ru:Справка:Статьи о функциях API/Предварительная загрузка]]</noinclude>
[[Category:World of Warcraft uncommon items]]
 
[[Category:World of Warcraft shield items]]
 

Revision as of 07:30, 3 March 2011

Set the artifact-pointer to raceIndex.

SetSelectedArtifact(raceIndex) 

Arguments

raceIndex
int - Index of the race to select.

Example

SetSelectedArtifact(4)

Result The six underlying functions are getting pointed to the current nightelf-project (raceIndex 4)

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