WoW:API SelectGossipOption: Difference between revisions
Jump to navigation
Jump to search
SelectGossipOption -Documentation by Gxam-
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{API | <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
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)