WoW API: GetQuestLink

From AddOn Studio
Revision as of 19:14, 20 February 2010 by WoWWiki>Paulbrock (→‎Arguments: per testing and http://wowprogramming.com/docs/api/GetQuestLink)
Jump to navigation Jump to search

WoW API < GetQuestLink

QuestLink = GetQuestLink(questid)

Arguments

questid
Table - Integer - index of a quest in the quest log (between 1 and GetNumQuestLogEntries()).

Returns

QuestLink
String - The link to the quest specified
or nil, if the type and/or id is invalid or there is no active quest at the moment.