WoW:API SelectGossipOption: 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>'''SelectGossipOption''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>
 
Selects a gossip item.
 
SelectGossipOptions(index)
 
==Parameters==
===Arguments===
 
:;index : Number - Specifies the quest corresponding to the numbers of [[API_GetGossipOptions|GetGossipOptions()]], indexed starting at 1.
 
===Returns===
Nothing.
 
==Example==
SelectGossipOption(1)
 
----
{{WoW API}}
__NOTOC__

Revision as of 19:22, 7 January 2006

SelectGossipOption -Documentation by Gxam-

Selects a gossip item.

SelectGossipOptions(index)

Parameters

Arguments

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

Returns

Nothing.

Example

SelectGossipOption(1)

Template:WoW API