Difference between revisions of "API GetArtifactProgress"
m (→Patch changes: 4.0.1) Tag: WoW API docs |
|||
(One intermediate revision by one other user not shown) | |||
Line 21: | Line 21: | ||
<big>'''Result'''</big> |
<big>'''Result'''</big> |
||
22 12 45 |
22 12 45 |
||
+ | |||
+ | == Patch changes == |
||
+ | {{Patch 4.0.1|note=Added.}} |
||
== Also See == |
== Also See == |
||
Line 26: | Line 29: | ||
+ | <noinclude></noinclude> |
||
− | <noinclude>[[ru:Справка:Статьи о функциях API/Предварительная загрузка]]</noinclude> |
Latest revision as of 05:02, 14 February 2020
Returns information about current used fragments for the selected artifact.
numFragmentsCollected, numFragmentsAdded, numFragmentsRequired = GetArtifactProgress();
Returns
- numFragmentsCollected
- Number - Number of collected fragments for selected artifact.
- numFragmentsAdded
- Number - Number of fragments currently added through keystones for selected artifact.
- numFragmentsRequired
- Number - Number of fragments required to solve the selected artifact.
Example
My selected Project requires 45 fragments, i have 22 fragments and a Keystone slot which i do not use. Result 22 0 45 The same project, this time the Keystone slot is used. Result 22 12 45
Patch changes
Patch 4.0.1 (2010-10-12): Added.
Also See
- SetSelectedArtifact(raceIndex)