WoW:API PickupPlayerMoney: Difference between revisions

Formatted according to the current boilerplate.
mNo edit summary
(Formatted according to the current boilerplate.)
Line 1: Line 1:
Attaches specified amount of money (in copper) to your cursor.<br>
{{wowapi}} __NOTOC__
<pre>
 
PickupPlayerMoney(money);
 
</pre>
Attaches money (in copper) to the cursor.
[[Category:World of Warcraft API|PickupPlayerMoney]]
PickupPlayerMoney(money)
 
 
== Arguments ==
:;money : Number - The amount of money in copper to pick up.
 
 
== Returns ==
:nil
Anonymous user