WoW:API CloseAuctionHouse: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API CloseAuctionHouse to API CloseAuctionHouse without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''CloseAuctionHouse''' ''-Documentation by wikiEldin-''</center>
{{wowapi}}


Will close the AuctionFrame if opened.
Will close the AuctionFrame if opened.
Line 25: Line 25:


: Will close the AuctionFrame if opened.
: Will close the AuctionFrame if opened.
----
{{Template:WoW API}}

Latest revision as of 04:45, 15 August 2023

WoW API < CloseAuctionHouse

Will close the AuctionFrame if opened.

CloseAuctionHouse();

Arguments
none

Returns
nil

Example
CloseAuctionHouse();
Result

Description
Will close the AuctionFrame if opened.