WoW:API GetQuestLink: Difference between revisions
Jump to navigation
Jump to search
m (it's actually the quest id, not the quest(log) index) |
m (Move page script moved page API GetQuestLink to API GetQuestLink without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
== Arguments == | == Arguments == | ||
;questid: Table - Integer - | ;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. |
Latest revision as of 04:46, 15 August 2023
← WoW API < GetQuestLink
QuestLink = GetQuestLink(questid)
Arguments[edit]
- questid
- Table - Integer - index of a quest in the quest log (between 1 and GetNumQuestLogEntries()).
Returns[edit]
- 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.