WoW:API SelectGossipOption: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Fixed mispelled function/article)
Line 9: Line 9:
===Arguments===
===Arguments===


:;index : Number - Specifies the quest corresponding to the numbers of [[API_GetGossipOption|GetGossipOption()]], indexed starting at 1.
:;index : Number - Specifies the quest corresponding to the numbers of [[API_GetGossipOptions|GetGossipOptions()]], indexed starting at 1.


===Returns===
===Returns===

Revision as of 23:04, 10 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 GetGossipOptions(), indexed starting at 1.

Returns

Nothing.

Example

SelectGossipOption(1)