💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
这些功能与拍卖行([Auction House](https://wow.gamepedia.com/Auction_House "Auction House").)有关。 [CalculateAuctionDeposit](https://wow.gamepedia.com/index.php?title=API_CalculateAuctionDeposit&action=edit&redlink=1 "API CalculateAuctionDeposit (page does not exist)")(runTime, stackSize, numStacks) - Returns the required deposit for the current selling item given the specified duration (1=12h, 2=24h, 3=48h). [CanCancelAuction](https://wow.gamepedia.com/index.php?title=API_CanCancelAuction&action=edit&redlink=1 "API CanCancelAuction (page does not exist)")(index) - Returns 1 if auction can be canceled. [CancelSell](https://wow.gamepedia.com/API_CancelSell "API CancelSell")() - Clears the auction house listing queue, not creating any additional auctions. [CanSendAuctionQuery](https://wow.gamepedia.com/API_CanSendAuctionQuery "API CanSendAuctionQuery")() - Returns 1 if auction search button would be active, nil otherwise. [CancelAuction](https://wow.gamepedia.com/index.php?title=API_CancelAuction&action=edit&redlink=1 "API CancelAuction (page does not exist)")(index) - Cancel the specified auction (on the "owner" list). [ClickAuctionSellItemButton](https://wow.gamepedia.com/API_ClickAuctionSellItemButton "API ClickAuctionSellItemButton")() - Puts the currently 'picked up' item into the 'create auction' slot. [CloseAuctionHouse](https://wow.gamepedia.com/API_CloseAuctionHouse "API CloseAuctionHouse")() - Will close the AuctionFrame if opened. [GetAuctionDeposit](https://wow.gamepedia.com/index.php?title=API_GetAuctionDeposit&action=edit&redlink=1 "API GetAuctionDeposit (page does not exist)")(runTime, minBid, buyoutPrice, \[itemCount, numStacks\]) [GetAuctionHouseDepositRate](https://wow.gamepedia.com/index.php?title=API_GetAuctionHouseDepositRate&action=edit&redlink=1 "API GetAuctionHouseDepositRate (page does not exist)")() - Returns the deposit rate (percentage) for the currently open auction house (Possibly out-dated by[CalculateAuctionDeposit](https://wow.gamepedia.com/index.php?title=API_CalculateAuctionDeposit&action=edit&redlink=1 "API CalculateAuctionDeposit (page does not exist)")). [GetAuctionItemBattlePetInfo](https://wow.gamepedia.com/API_GetAuctionItemBattlePetInfo "API GetAuctionItemBattlePetInfo")("type", index) - Returns model details about the specified Battle Pet auction item. [GetAuctionItemInfo](https://wow.gamepedia.com/API_GetAuctionItemInfo "API GetAuctionItemInfo")("type", index) - Returns details about the specified auction item. [GetAuctionItemLink](https://wow.gamepedia.com/API_GetAuctionItemLink "API GetAuctionItemLink")("type", index) - Returns an[itemLink](https://wow.gamepedia.com/ItemLink "ItemLink")for the specified auction item. [GetAuctionItemSubClasses](https://wow.gamepedia.com/API_GetAuctionItemSubClasses "API GetAuctionItemSubClasses")(classID) - Returns subcategories for the item category. [GetAuctionItemTimeLeft](https://wow.gamepedia.com/API_GetAuctionItemTimeLeft "API GetAuctionItemTimeLeft")("type", index) - Returns the time left status of the specified auction item. [GetAuctionSellItemInfo](https://wow.gamepedia.com/API_GetAuctionSellItemInfo "API GetAuctionSellItemInfo")() - Returns information about the current selling item (or nil if none selected). [GetAuctionSort](https://wow.gamepedia.com/index.php?title=API_GetAuctionSort&action=edit&redlink=1 "API GetAuctionSort (page does not exist)")() [GetBidderAuctionItems](https://wow.gamepedia.com/index.php?title=API_GetBidderAuctionItems&action=edit&redlink=1 "API GetBidderAuctionItems (page does not exist)")(\[page\]) - Returns details about an auction item on which the user is bidding (possibly out-dated by[GetAuctionItemInfo](https://wow.gamepedia.com/API_GetAuctionItemInfo "API GetAuctionItemInfo")("bidder", item)) [GetNumAuctionItems](https://wow.gamepedia.com/API_GetNumAuctionItems "API GetNumAuctionItems")("type") - Returns the size of the specified auction item list. [GetOwnerAuctionItems](https://wow.gamepedia.com/API_GetOwnerAuctionItems "API GetOwnerAuctionItems")(\[page\]) - Returns details about an auction item of which the user is the owner (possibly out-dated by[GetAuctionItemInfo](https://wow.gamepedia.com/API_GetAuctionItemInfo "API GetAuctionItemInfo")("owner", item)) [GetSelectedAuctionItem](https://wow.gamepedia.com/index.php?title=API_GetSelectedAuctionItem&action=edit&redlink=1 "API GetSelectedAuctionItem (page does not exist)")("type") - Returns the index (1-50) of the selected auction item or 0 if none is selected. [IsAuctionSortReversed](https://wow.gamepedia.com/API_IsAuctionSortReversed "API IsAuctionSortReversed")("type", "sort") - Returns 1 if the specified auction list and sort is reversed, nil otherwise. [PlaceAuctionBid](https://wow.gamepedia.com/API_PlaceAuctionBid "API PlaceAuctionBid")("type", index, bid) - Place a bid on the selected auction item. [PostAuction](https://wow.gamepedia.com/index.php?title=API_PostAuction&action=edit&redlink=1 "API PostAuction (page does not exist)")(minBid, buyoutPrice, runTime, count) [QueryAuctionItems](https://wow.gamepedia.com/API_QueryAuctionItems "API QueryAuctionItems")("name", minLevel, maxLevel, invTypeIndex, classIndex, subclassIndex, page, isUsable, qualityIndex) - Performs a search of the auction house with the specified characteristics. [SetAuctionsTabShowing](https://wow.gamepedia.com/index.php?title=API_SetAuctionsTabShowing&action=edit&redlink=1 "API SetAuctionsTabShowing (page does not exist)")(showing) - Sets whether auction-related events should be delivered to the client. [SetSelectedAuctionItem](https://wow.gamepedia.com/API_SetSelectedAuctionItem "API SetSelectedAuctionItem")("type", index) - Selects a specific item in the auction house. [SortAuctionApplySort](https://wow.gamepedia.com/index.php?title=API_SortAuctionApplySort&action=edit&redlink=1 "API SortAuctionApplySort (page does not exist)")("type") [SortAuctionClearSort](https://wow.gamepedia.com/index.php?title=API_SortAuctionClearSort&action=edit&redlink=1 "API SortAuctionClearSort (page does not exist)")("type") [SortAuctionItems](https://wow.gamepedia.com/API_SortAuctionItems "API SortAuctionItems")("type", "sort") - Toggles sorting the specific auction list by a specific column. (deprecated around Patch 2.0) [SortAuctionSetSort](https://wow.gamepedia.com/index.php?title=API_SortAuctionSetSort&action=edit&redlink=1 "API SortAuctionSetSort (page does not exist)")("type", "sort" \[, reverse\]) - Sorts the specific auction list by a specific column, optionally in reverse order. Requires SortAuctionApplySort() afterwards to update. [StartAuction](https://wow.gamepedia.com/API_StartAuction "API StartAuction")(minBid, buyoutPrice, runTime, stackSize, numStacks) - Starts the auction you have created in the Create Auction panel.