WoW:API GetGossipOptions: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 17: Line 17:


:;title# : String - The title of the gossip item.
:;title# : String - The title of the gossip item.
:;gossip# : String - The string "gossip".
:;gossip# : String - The gossip type: gossip, banker, battlemaster, taxi, trainer, or vendor


== Details ==
== Details ==

Revision as of 08:22, 10 January 2006

GetGossipOptions -Documentation by Gxam-

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: gossip, banker, battlemaster, taxi, trainer, or vendor

Details

The gossip options are available after GOSSIP_SHOW has fired.


Template:WoW API