WoW:API GetGossipText: Difference between revisions
Jump to navigation
Jump to search
m
Move page script moved page API GetGossipText to WoW:API GetGossipText without leaving a redirect
No edit summary |
m (Move page script moved page API GetGossipText to WoW:API GetGossipText without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{wowapi}} | ||
Get the gossip text. | |||
text = GetGossipText() | |||
== Parameters == | |||
=== Arguments === | |||
None. | |||
=== Returns === | |||
:;text : String - The text of the gossip. | |||
== Details == | |||
The [[Events/G#GOSSIP_SHOW|GOSSIP_SHOW]] event might be of interest to you as well. | |||
---- | |||
__NOTOC__ | |||