WoW:API SetTradeMoney

From AddOn Studio
Revision as of 15:54, 4 October 2005 by WoWWiki>Emperorlou (Drops the <amount> of money (in copper pieces) into the trade window.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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