WoW:API GetTargetTradeMoney: Difference between revisions

m
Move page script moved page API GetTargetTradeMoney to WoW:API GetTargetTradeMoney without leaving a redirect
No edit summary
 
m (Move page script moved page API GetTargetTradeMoney to WoW:API GetTargetTradeMoney without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''GetPlayerTradeMoney''' ''-Documentation edited by [[Mind]]-''</center>
{{wowapi}}


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.


  GetPlayerTradeMoney();
  GetTargetTradeMoney();


----
----
Line 15: Line 15:
----
----
;''Example''
;''Example''
  x = GetPlayerTradeMoney();
  x = GetTargetTradeMoney();


;''Result''
;''Result''
Line 23: Line 23:
;''Description''
;''Description''


: Retreives the amount of money the target user is giving to the current user (you) for a trade session.  
: Retreives the amount of money the target user is giving to the current user (you) for a trade session.
 
----
{{Template:WoW API}}
Anonymous user