m
Move page script moved page API GetGossipOptions to WoW:API GetGossipOptions without leaving a redirect
No edit summary |
m (Move page script moved page API GetGossipOptions to WoW:API GetGossipOptions without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{wowapi}} | ||
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 [[Events D-G (Delete, Display, Duel, Equip, Execute, FriendList, Gossip, Guild)#GOSSIP_SHOW|GOSSIP_SHOW]] has fired. | |||
__NOTOC__ | |||