WoW:API DropCursorMoney: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
 
Drops the money currently attached to your cursor back into your bag.<br>
 
<pre>
Drops the money currently attached to your cursor back into your bag.
DropCursorMoney();
DropCursorMoney()
</pre>
 
 
== Arguments ==
:none
 
 
== Returns ==
:nil

Revision as of 17:23, 25 June 2007

WoW API < DropCursorMoney


Drops the money currently attached to your cursor back into your bag.

DropCursorMoney()


Arguments

none


Returns

nil