Returns link to the quest item.
itemLink = GetQuestItemLink("type", index);
Parameters[edit | edit source]
Arguments[edit | edit source]
- (String "type", Integer index)
- type
- String - "required", "reward" or "choice"
- index
- Integer - Quest reward item index.
Returns[edit | edit source]
- itemLink
- String - The link to the quest item specified.
Example[edit | edit source]
local link = GetQuestItemLink("choice", 1);
Result[edit | edit source]
|cff9d9d9d|Hitem:7073:0:0:0:0:0:0:0|h[Broken Fang]|h|r
Community content is available under CC-BY-SA unless otherwise noted.