WoW:API GetGossipText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetGossipText to WoW:API GetGossipText without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Get the gossip text. | Get the gossip text. | ||
| Line 14: | Line 14: | ||
== Details == | == Details == | ||
The [[Events | 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
Arguments
None.
Returns
- text
- String - The text of the gossip.
Details
The GOSSIP_SHOW event might be of interest to you as well.