WoW:API CloseAuctionHouse

From AddOn Studio
Revision as of 18:32, 27 August 2005 by WoWWiki>Inglais
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