WoW:API SetTradeMoney: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Drops the <amount> of money (in copper pieces) into the trade window.)
 
No edit summary
Line 24: Line 24:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|AcceptDuel]]

Revision as of 15:49, 4 January 2006

SetTradeMoney -Documentation by Emperorlou-

Arguments
amount - Amount of money to drop in the trade window in copper.

Returns
nil

Example

This example will drop in 1 gold.

SetTradeMoney(10000);
Result

Description
Drops the <amount> of money (in copper pieces) into the trade window.

Template:WoW API