WoW:API DropCursorMoney: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API DropCursorMoney to API DropCursorMoney without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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

Latest revision as of 04:45, 15 August 2023

WoW API < DropCursorMoney


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

DropCursorMoney()


Arguments[edit]

none


Returns[edit]

nil