WoW:API GetQuestLink: Difference between revisions

→‎Arguments: per testing and http://wowprogramming.com/docs/api/GetQuestLink
m (it's actually the quest id, not the quest(log) index)
(→‎Arguments: per testing and http://wowprogramming.com/docs/api/GetQuestLink)
Line 3: Line 3:


== Arguments ==
== Arguments ==
;questid: Table - Integer - Quest ID (starts with 1).
;questid: Table - Integer - index of a quest in the quest log (between 1 and GetNumQuestLogEntries()).


== Returns ==
== Returns ==
;[[QuestLink]] : String - The link to the quest specified
;[[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.
:or nil, if the type and/or id is invalid or there is no active quest at the moment.
Anonymous user