WoW:API CancelTrade: 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}}
 
Cancels a trade. (if you have a trade window open)<br>
 
<pre>
Cancels the currently open trade.
CancelTrade();
CancelTrade()
</pre>
 
 
== Arguments ==
None
 
 
== Returns ==
None

Revision as of 19:33, 25 June 2007

WoW API < CancelTrade


Cancels the currently open trade.

CancelTrade()


Arguments

None


Returns

None