WoW:API GetGossipText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Fix event link)
Line 15: Line 15:
== Details ==
== Details ==


The [[Events D-G (Delete, Display, Duel, Equip, Execute, FriendList, Gossip, Guild)#GOSSIP_SHOW|GOSSIP_SHOW]] event might be of interest to you as well.
The [[Events/G#GOSSIP_SHOW|GOSSIP_SHOW]] event might be of interest to you as well.


----
----
__NOTOC__
__NOTOC__

Revision as of 17:53, 14 March 2007

WoW API < GetGossipText

GetGossipText -Documentation by Gxam-

Get the gossip text.

text = GetGossipText()

Parameters

Arguments

None.

Returns

text
String - The text of the gossip.

Details

The GOSSIP_SHOW event might be of interest to you as well.