WoW:API GetGossipText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Fix event link)
m (Move page script moved page API GetGossipText to API GetGossipText without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
<center>'''GetGossipText''' ''-Documentation by [[User:Gxam|Gxam]]-''</center>


Get the gossip text.
Get the gossip text.

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.