WoW:API CloseAuctionHouse: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API CloseAuctionHouse to API CloseAuctionHouse without leaving a redirect)
 
(3 intermediate revisions by 3 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}}
[[Category:API Functions|CloseAuctionHouse]]
[[Category:API Auction Functions|CloseAuctionHouse]]
[[Category:API Frame Functions|CloseAuctionHouse]]

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.