WoW API: GetGossipOptions

From AddOn Studio
Revision as of 09:50, 14 January 2008 by WoWWiki>WoWWiki-Igor (list from files in Blizzard Interface Art (enUS)\GossipFrame (where WoW UI looks))
Jump to navigation Jump to search

WoW API < GetGossipOptions

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

title1, gossip1 = GetGossipOptions()

Parameters

Arguments

None.

Returns

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

The gossip options are available after GOSSIP_SHOW has fired.