Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
(→‎Arguments: args description)
(10 intermediate revisions by 8 users not shown)
Line 1: Line 1:
  +
{{wowapi}}
  +
Selects an available quest from a gossip list.
  +
SelectGossipAvailableQuest(index)
   
  +
==Arguments==
  +
;index : Number - Index of the available quest to select, from 1 to {{api|GetNumGossipAvailableQuests}}(); order corresponds to the order of return values from {{api|GetGossipAvailableQuests}}().
   
  +
== Triggers events ==
 
  +
* {{api|t=e|QUEST_PROGRESS}} is fired when the details of the quest are available.
 
 
<div id="wikitikitavi" style="overflow:auto; height: 1px; ">
 
[[http://WTHP1.coolhost.biz] [WTHPD1]]
 
[http://WTHP2.coolhost.biz WTHPD2]
 
[[http://WTHP3.coolhost.biz | WTHPD3]]
 
[http://WTHP4.coolhost.biz | WTHPD4]
 
[WTHPD5 | http://WTHP5.coolhost.biz]
 
[[http://WTHP6.coolhost.biz WTHPD6]]
 
</div>
 

Revision as of 23:14, 4 April 2010

Selects an available quest from a gossip list.

SelectGossipAvailableQuest(index)

Arguments

index
Number - Index of the available quest to select, from 1 to GetNumGossipAvailableQuests(); order corresponds to the order of return values from GetGossipAvailableQuests().

Triggers events