WoW:API GetQuestItemLink: Difference between revisions
Jump to navigation
Jump to search
GetQuestItemLink -Documentation by Ledoc-
Last updated: Patch 1.6.1
mNo edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
<br><center><i>Last updated: Patch 1.6.1</i></center> | <br><center><i>Last updated: Patch 1.6.1</i></center> | ||
---- | ---- | ||
{{WoW API}} | |||
{{ | |||
Revision as of 06:04, 4 January 2006
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