WoW:API SelectGossipActiveQuest: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(+ args description) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Selects an active quest from a gossip list. | |||
Selects an active quest from a gossip list. | |||
SelectGossipActiveQuest(index) | 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. |
Revision as of 23:14, 4 April 2010
← WoW API < SelectGossipActiveQuest
Selects an active quest from a gossip list.
SelectGossipActiveQuest(index)
Arguments
- 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
- QUEST_PROGRESS is fired when the details of the quest are available.