WoW:API SelectGossipActiveQuest: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API SelectGossipActiveQuest to API SelectGossipActiveQuest without leaving a redirect) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{wowapi}} | ||
Selects an active quest from a gossip list. | |||
SelectGossipActiveQuest(index) | |||
==Arguments== | |||
;index : Number - Index of the active quest to select, from 1 to {{api|GetNumGossipActiveQuests}}(); order corresponds to the order of return values from {{api|GetGossipActiveQuests}}(). | |||
== Triggers events == | |||
* {{api|t=e|QUEST_PROGRESS}} is fired when the details of the quest are available. |
Latest revision as of 04:47, 15 August 2023
← WoW API < SelectGossipActiveQuest
Selects an active quest from a gossip list.
SelectGossipActiveQuest(index)
Arguments[edit]
- index
- Number - Index of the active quest to select, from 1 to GetNumGossipActiveQuests(); order corresponds to the order of return values from GetGossipActiveQuests().
Triggers events[edit]
- QUEST_PROGRESS is fired when the details of the quest are available.