WoW:API PickupPlayerMoney: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
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

Revision as of 18:47, 14 June 2007

WoW API < PickupPlayerMoney


Attaches money (in copper) to the cursor.

PickupPlayerMoney(money)


Arguments

money
Number - The amount of money in copper to pick up.


Returns

nil