WoW API: SetTradeMoney

Revision as of 16:05, 31 October 2007 by WoWWiki>Pcj

WoW API < SetTradeMoney


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.