WoW:API GetGossipText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
{{API/Uncategorized}}
<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

GetGossipText -Documentation by Gxam-

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.


Template:WoW API