WoW:API GetQuestLink: Difference between revisions
Jump to navigation
Jump to search
(Initial creation) |
m (it's actually the quest id, not the quest(log) index) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
[[QuestLink]] = GetQuestLink( | [[QuestLink]] = GetQuestLink(questid) | ||
== Arguments == | == Arguments == | ||
; | ;questid: Table - Integer - Quest ID (starts with 1). | ||
== 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 | :or nil, if the type and/or id is invalid or there is no active quest at the moment. |