WoW:API GetGossipText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetGossipText to 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__ |
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.