WoW:API SelectGossipOption: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''SelectGossipOption''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>
<center>'''SelectGossipOption''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>


Line 14: Line 15:


==Example==
==Example==
  SelectGossipOption(1)
  SelectGossipOption(1)__NOTOC__
 
----
{{WoW API}}
__NOTOC__

Revision as of 17:32, 6 January 2007

WoW API < SelectGossipOption

SelectGossipOption -Documentation by Gxam-

Selects a gossip item.

SelectGossipOption(index)

Parameters

Arguments

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

Returns

Nothing.

Example

SelectGossipOption(1)