WoW:API CancelTrade: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(added info about this /script command)
 
m (Move page script moved page API CancelTrade to API CancelTrade without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Cancels a trade. (if you have a trade window open)<br>
{{wowapi}} __NOTOC__
<pre>
 
CancelTrade();
 
</pre>
Cancels the currently open trade.
CancelTrade()
 
 
== Arguments ==
None
 
 
== Returns ==
None

Latest revision as of 04:45, 15 August 2023

WoW API < CancelTrade


Cancels the currently open trade.

CancelTrade()


Arguments[edit]

None


Returns[edit]

None