WoW:API SelectGossipActiveQuest: Difference between revisions
Jump to navigation
Jump to search
SelectGossipActiveQuest -Documentation by Gxam-
mNo edit summary |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''SelectGossipActiveQuest''' ''-Documentation by [[User:Gxam|Gxam]]-''</center> | <center>'''SelectGossipActiveQuest''' ''-Documentation by [[User:Gxam|Gxam]]-''</center> | ||
Line 14: | Line 15: | ||
==Example== | ==Example== | ||
SelectGossipActiveQuest(1) | SelectGossipActiveQuest(1)__NOTOC__ | ||
__NOTOC__ |
Revision as of 17:31, 6 January 2007
← WoW API < SelectGossipActiveQuest
Selects an active quest from a gossip list. When the details of the quest are available, QUEST_PROGRESS is fired.
SelectGossipActiveQuest(index)
Parameters
Arguments
- index
- Number - Specifies the quest corresponding to the numbers of GetGossipActiveQuests(), indexed starting at 1.
Returns
Nothing.
Example
SelectGossipActiveQuest(1)