WoW:API SelectGossipActiveQuest: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
{{API/Uncategorized}}
<center>'''SelectGossipActiveQuest''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>
 
Selects an active quest from a gossip list.  When the details of the quest are available, [[Events_Q-R_(Quest,_Raid,_Replace,_Resurrect)#QUEST_PROGRESS|QUEST_PROGRESS]] is fired.
 
SelectGossipActiveQuest(index)
 
==Parameters==
===Arguments===
 
:;index : Number - Specifies the quest corresponding to the numbers of [[API_GetGossipActiveQuests|GetGossipActiveQuests()]], indexed starting at 1.
 
=== Returns ===
Nothing.
 
==Example==
SelectGossipActiveQuest(1)
 
----
{{WoW API}}
__NOTOC__

Revision as of 19:23, 7 January 2006

SelectGossipActiveQuest -Documentation by Gxam-

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)

Template:WoW API