![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns a QuestLink for a quest.
questLink = GetQuestLink(questID)
Arguments
- questID
- number - Unique identifier for a quest.
Returns
- QuestLink
- string - The link to the quest specified
- or nil, if the QuestID is invalid. Nil is also returned if the specified QuestID is not currently in the player's quest log.
Patches and hotfixes
At an unknown point between patches 6.2 and 7.3.2, this function's argument was changed to take a QuestID instead of a quest log index.
