Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:World of Warcraft API
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Auction === :{{id|API|CalculateAuctionDeposit}}(runTime, stackSize, numStacks) - Returns the required deposit for the current selling item given the specified duration (1=12h, 2=24h, 3=48h). :{{id|API|CanCancelAuction}}(index) - Returns 1 if auction can be canceled. :{{id|API|CancelSell}}() - Clears the auction house listing queue, not creating any additional auctions. (added 3.3.3) :{{id|API|CanSendAuctionQuery}}() - Return 1 if auction search button would be active, nil otherwise. :{{id|API|CancelAuction}}(index) - Cancel the specified auction (on the "owner" list). :{{id|API|ClickAuctionSellItemButton}}() - Puts the currently 'picked up' item into the 'create auction' slot. :{{id|API|CloseAuctionHouse}}() - Will close the AuctionFrame if opened. :DEPRECATED {{id|API|GetAuctionHouseDepositRate}}() - Returns the deposit rate (percentage) for the currently open auction house. (obsolete by '[[#CalculateAuctionDeposit]]') :{{id|API|GetAuctionInvTypes}}(classIndex, subclassIndex) - Returns types of subcategories items. :{{id|API|GetAuctionItemClasses}}() - Returns major auction item categories. :{{id|API|GetAuctionItemInfo}}("type", index) - Returns details about the specified auction item. :{{id|API|GetAuctionItemLink}}("type", index) - Returns an [[itemLink]] for the specified auction item. :{{id|API|GetAuctionItemSubClasses}}(classIndex) - Returns subcategories in the nth auction category. :{{id|API|GetAuctionItemTimeLeft}}("type", index) - Returns the time left status of the specified auction item. :{{id|API|GetAuctionSellItemInfo}}() - Returns information about the current selling item (or nil if none selected). :DEPRECATED {{id|API|GetBidderAuctionItems}}([page]) - Returns details about an auction item on which the user is bidding (obsolete by '[[#CalculateAuctionDeposit]]("bidder", item)') :{{id|API|GetNumAuctionItems}}("type") - Returns the size of the specified auction item list. :DEPRECATED {{id|API|GetOwnerAuctionItems}}([page]) - Returns details about an auction item of which the user is the owner (obsolete by '[[#GetAuctionItemInfo]]("owner", item)') :{{id|API|GetSelectedAuctionItem}}("type") - Returns the index (1-50) of the selected auction item or 0 if none is selected. :{{id|API|IsAuctionSortReversed}}("type", "sort") - Returns 1 if the specified auction list and sort is reversed, nil otherwise. :{{id|API|PlaceAuctionBid}}("type", index, bid) - Place a bid on the selected auction item. :{{id|API|QueryAuctionItems}}("name", minLevel, maxLevel, invTypeIndex, classIndex, subclassIndex, page, isUsable, qualityIndex) - Performs a search of the auction house with the specified characteristics. :{{id|API|SetAuctionsTabShowing}}(showing) - Sets whether auction-related events should be delivered to the client. (added 3.3.3) :{{id|API|SetSelectedAuctionItem}}("type", index) - Selects a specific item in the auction house. :{{id|API|SortAuctionItems}}("type", "sort") - Request that the specified auction list be sorted by a specific column. :{{id|API|StartAuction}}(minBid, buyoutPrice, runTime, stackSize, numStacks) - Starts the auction you have created in the Create Auction panel. :UI {{id|API|AuctionFrameAuctions|duration|t=member|f=1}} - Set the amount of time the auction will run for in minutes.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)