WoW:API GetQuestItemLink: Difference between revisions
Jump to navigation
Jump to search
GetQuestItemLink -Documentation by Ledoc-
Last updated: Patch 1.6.1
(upgraded deprecated template) |
m (Robot: converting/fixing HTML) |
||
Line 24: | Line 24: | ||
item:12345:0:0:0 | item:12345:0:0:0 | ||
<br><center> | <br><center>''Last updated: Patch 1.6.1''</center> |
Revision as of 09:33, 20 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