WoW:API GetQuestLink: Difference between revisions
Jump to navigation
Jump to search
(→Arguments: per testing and http://wowprogramming.com/docs/api/GetQuestLink) |
m (Move page script moved page API GetQuestLink to WoW:API GetQuestLink without leaving a redirect) |
(No difference)
| |
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.