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)
 
(No difference)

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.