WoW:API PickupPlayerMoney: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(added info on /script command)
 
m (Move page script moved page API PickupPlayerMoney to 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}}

Latest revision as of 04:47, 15 August 2023

WoW API < PickupPlayerMoney

Picks up an amount of money from the player's bags, placing it on the cursor.

PickupPlayerMoney(copper)

Arguments[edit]

copper
Number - The amount of money, in copper, to place on the cursor.

See also[edit]