WoW:API GetQuestItemLink: Difference between revisions
Jump to navigation
Jump to search
GetQuestItemLink -Documentation by Ledoc-
Last updated: Patch 1.6.1
No edit summary |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''GetQuestItemLink''' ''-Documentation by [[user:Ledoc|Ledoc]]-''</center> | <center>'''GetQuestItemLink''' ''-Documentation by [[user:Ledoc|Ledoc]]-''</center> | ||
Returns link to the quest item. | Returns link to the quest item. | ||
Line 24: | Line 25: | ||
<br><center><i>Last updated: Patch 1.6.1</i></center> | <br><center><i>Last updated: Patch 1.6.1</i></center> | ||
Revision as of 17:29, 6 January 2007
Returns link to the quest item.
itemLink = GetQuestItemLink("type", index);
Parameters
Arguments
- (String "type", Integer index)
- type
- String - "required", "reward" or "choice"
- index
- Integer - Quest reward item index.
Returns
- Returns
- itemLink
- itemLink
- String - The link to the quest item specified.
Example
local link = GetQuestItemLink("choice", 1);
Result
item:12345:0:0:0