WoW:API SelectGossipAvailableQuest: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
<center>'''SelectGossipAvailableQuest''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>
<center>'''SelectGossipAvailableQuest''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>


Selects an available 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.
Selects an available 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.
Line 14: Line 14:


==Example==
==Example==
  SelectGossipActiveQuest(1)
  SelectGossipAvailableQuest(1)


----
----
{{WoW API}}
{{WoW API}}
__NOTOC__
__NOTOC__

Revision as of 14:35, 10 December 2006

SelectGossipAvailableQuest -Documentation by Gxam-

Selects an available quest from a gossip list. When the details of the quest are available, QUEST_PROGRESS is fired.

SelectGossipAvailableQuest(index)

Paremeters

Arguments

index
Number - Specifies the quest corresponding to the numbers of GetGossipAvailableQuests(), indexed starting at 1.

Returns

Nothing.

Example

SelectGossipAvailableQuest(1)

Template:WoW API