WoW:API GetQuestItemLink: Difference between revisions
Jump to navigation
Jump to search
Last updated: Patch 1.6.1
mNo edit summary |
m (Move page script moved page API GetQuestItemLink to API GetQuestItemLink without leaving a redirect) |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns link to the quest item. | Returns link to the quest item. | ||
itemLink = GetQuestItemLink("type", index); | [[itemLink]] = GetQuestItemLink("type", index); | ||
== Parameters == | == Parameters == | ||
Line 12: | Line 12: | ||
=== Returns === | === Returns === | ||
:;[[itemLink]] : String - The link to the quest item specified. | |||
:;itemLink : String - The link to the quest item specified. | |||
== Example == | == Example == | ||
Line 21: | Line 18: | ||
====Result==== | ====Result==== | ||
|cff9d9d9d|Hitem:7073:0:0:0:0:0:0:0|h[Broken Fang]|h|r | |||
<br><center> | <br><center>''Last updated: Patch 1.6.1''</center> | ||
Latest revision as of 04:46, 15 August 2023
Returns link to the quest item.
itemLink = GetQuestItemLink("type", index);
Parameters[edit]
Arguments[edit]
- (String "type", Integer index)
- type
- String - "required", "reward" or "choice"
- index
- Integer - Quest reward item index.
Returns[edit]
- itemLink
- String - The link to the quest item specified.
Example[edit]
local link = GetQuestItemLink("choice", 1);
Result[edit]
|cff9d9d9d|Hitem:7073:0:0:0:0:0:0:0|h[Broken Fang]|h|r