WoW:API GetGossipText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
m (Move page script moved page API GetGossipText to API GetGossipText without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''GetGossipText''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>


Get the gossip text.
Get the gossip text.
Line 15: Line 14:
== 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__

Latest revision as of 04:45, 15 August 2023

WoW API < GetGossipText

Get the gossip text.

text = GetGossipText()

Parameters[edit]

Arguments[edit]

None.

Returns[edit]

text
String - The text of the gossip.

Details[edit]

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