Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(upgraded deprecated template)
m (Fixed typos: Page is API GetTargetTradeMoney but the command listed was API GetPlayerTradeMoney)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{wowapi}}
 
{{wowapi}}
<center>'''GetPlayerTradeMoney''' ''-Documentation edited by [[Mind]]-''</center>
 
   
 
Gets the amount of money in the trade window for the target user.
 
Gets the amount of money in the trade window for the target user.
   
  +
GetTargetTradeMoney();
GetPlayerTradeMoney();
 
   
 
----
 
----
Line 16: Line 15:
 
----
 
----
 
;''Example''
 
;''Example''
x = GetPlayerTradeMoney();
+
x = GetTargetTradeMoney();
   
 
;''Result''
 
;''Result''

Revision as of 22:23, 2 August 2008

Gets the amount of money in the trade window for the target user.

GetTargetTradeMoney();

Arguments
(none)

Returns

Returns a string in the format of ggggsscc where g is gold, s is silver, and c is copper.


Example
x = GetTargetTradeMoney();
Result

This function will return a string "692214", for 69g 22s 14c.


Description
Retreives the amount of money the target user is giving to the current user (you) for a trade session.