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 |
mNo edit summary |
||
Line 27: | Line 27: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|GetQuestItemLink]] | |||
[[Category:API Item Functions|GetQuestItemLink]] | [[Category:API Item Functions|GetQuestItemLink]] | ||
[[Category:API Quest Functions|GetQuestItemLink]] |
Revision as of 18:30, 29 August 2005
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