WoW:API CloseAuctionHouse

From AddOn Studio
Revision as of 04:31, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
CloseAuctionHouse -Documentation by wikiEldin-

Will close the AuctionFrame if opened.

CloseAuctionHouse();

Arguments
none

Returns
nil

Example
CloseAuctionHouse();
Result

Description
Will close the AuctionFrame if opened.

Template:WoW API