WoW:API PickupPlayerMoney: Difference between revisions

m
Move page script moved page API PickupPlayerMoney to WoW:API PickupPlayerMoney without leaving a redirect
(added info on /script command)
 
m (Move page script moved page API PickupPlayerMoney to WoW:API PickupPlayerMoney without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Attaches specified amount of money (in copper) to your cursor.<br>
{{wowapi}} __NOTOC__
<pre>
Picks up an amount of money from the player's bags, placing it on the cursor.
PickupPlayerMoney(money);
PickupPlayerMoney(copper)
</pre>
 
== Arguments ==
;copper : Number - The amount of money, in copper, to place on the cursor.
 
== See also ==
* {{api|PickupTradeMoney}}
* {{api|AddTradeMoney}}
Anonymous user