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: | ||
{{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. | ||
GetTargetTradeMoney(); | |||
---- | ---- | ||
| Line 15: | Line 15: | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
x = | 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. | ||