WoW:API CloseAuctionHouse: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
  <center>'''AcceptDuel''' ''-Documentation by wikiEldin-''</center>
  <center>'''CloseAuctionHouse''' ''-Documentation by wikiEldin-''</center>


Will close the AuctionFrame if opened.
Will close the AuctionFrame if opened.
Line 27: Line 27:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Categories:API Functions|CloseAuctionHouse]]
[[Category:API Functions|CloseAuctionHouse]]
[[Category:API Auction Functions|CloseAuctionHouse]]
[[Category:API Frame Functions|CloseAuctionHouse]]

Revision as of 18:32, 27 August 2005

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