WoW:API GetGossipOptions: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API GetGossipOptions to API GetGossipOptions without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:


:;title# : String - The title of the gossip item.
:;title# : String - The title of the gossip item.
:;gossip# : String - The gossip type: gossip, banker, battlemaster, taxi, trainer, or vendor
:;gossip# : String - The gossip type: banker, battlemaster, binder, gossip, healer, petition, tabard, taxi, trainer, unlearn, or vendor


== Details ==
== Details ==

Latest revision as of 04:45, 15 August 2023

WoW API < GetGossipOptions

Get the available gossip items on an NPC (possibly stuff like the BWL and MC orbs too).

title1, gossip1 = GetGossipOptions()

Parameters[edit]

Arguments[edit]

None.

Returns[edit]

Returns
title1, gossip1[, title2, gossip2 ...]
title#
String - The title of the gossip item.
gossip#
String - The gossip type: banker, battlemaster, binder, gossip, healer, petition, tabard, taxi, trainer, unlearn, or vendor

Details[edit]

The gossip options are available after GOSSIP_SHOW has fired.