WoW:API GetPlayerTradeMoney: Difference between revisions
Jump to navigation
Jump to search
GetPlayerTradeMoney -Documentation edited by Mind-
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} |
Revision as of 19:45, 30 December 2005
Gets the amount of money in the trade window for the current user.
GetPlayerTradeMoney();
- Arguments
- (none)
- Returns
Returns a string in the format of ggggsscc where g is gold, s is silver, and c is copper.
- Example
x = GetPlayerTradeMoney();
- Result
This function will return a string "692214", for 69g 22s 14c.
- Description
- Retreives the amount of money the current user (you) are giving to another player for a trade session.