GetQuestLink

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 2.4.0 / 1.15.0

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.

Patch changes

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.