WoW:API GetTargetTradeMoney: Difference between revisions

m
Fixed typos: Page is API GetTargetTradeMoney but the command listed was API GetPlayerTradeMoney
mNo edit summary
m (Fixed typos: Page is API GetTargetTradeMoney but the command listed was API GetPlayerTradeMoney)
Line 3: Line 3:
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''
Anonymous user