WoW:API GetQuestLink: Difference between revisions
Jump to navigation
Jump to search
(Initial creation) |
m (Move page script moved page API GetQuestLink to WoW:API GetQuestLink without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
[[QuestLink]] = GetQuestLink( | [[QuestLink]] = GetQuestLink(questid) | ||
== Arguments == | == Arguments == | ||
; | ;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 | :or nil, if the type and/or id is invalid or there is no active quest at the moment. | ||
Latest revision as of 04:46, 15 August 2023
← 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.