WoW:API GetGossipText: Difference between revisions
Jump to navigation
Jump to search
GetGossipText -Documentation by Gxam-
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{API | <center>'''GetGossipText''' ''-Documentation by [[User:Gxam|Gxam]]-''</center> | ||
Get the gossip text. | |||
text = GetGossipText() | |||
== Parameters == | |||
=== Arguments === | |||
None. | |||
=== Returns === | |||
:;text : String - The text of the gossip. | |||
== 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. | |||
---- | |||
__NOTOC__ | |||
{{Template:WoW API}} |
Revision as of 19:44, 7 January 2006
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.