WoW:API PickupPlayerMoney: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Formatted according to the current boilerplate.)
m (Move page script moved page API PickupPlayerMoney to API PickupPlayerMoney without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__
 
Picks up an amount of money from the player's bags, placing it on the cursor.
 
  PickupPlayerMoney(copper)
Attaches money (in copper) to the cursor.
  PickupPlayerMoney(money)
 


== Arguments ==
== Arguments ==
:;money : Number - The amount of money in copper to pick up.
;copper : Number - The amount of money, in copper, to place on the cursor.
 


== Returns ==
== See also ==
:nil
* {{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]