WoW:API SelectGossipOption: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API SelectGossipOption to API SelectGossipOption without leaving a redirect)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{API/Uncategorized}}
{{wowapi}}
Selects a gossip (conversation) option.
SelectGossipOption(index)
 
==Arguments==
;index : Number - Index of the gossip option to select, from 1 to {{api|GetNumGossipOptions}}(); order corresponds to the order of return values from {{api|GetGossipOptions}}().

Latest revision as of 04:47, 15 August 2023

WoW API < SelectGossipOption

Selects a gossip (conversation) option.

SelectGossipOption(index)

Arguments[edit]

index
Number - Index of the gossip option to select, from 1 to GetNumGossipOptions(); order corresponds to the order of return values from GetGossipOptions().