m
Move page script moved page API GetQuestLink to WoW:API GetQuestLink without leaving a redirect
m (it's actually the quest id, not the quest(log) index) |
m (Move page script moved page API GetQuestLink to WoW: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. | ||