GetAuctionItemLink
|
Returns a hyperlink for an item in an auction listing.
|
ClickAuctionSellItemButton
|
Picks up an item from or puts an item into the "Create Auction" slot.
|
StartAuction
|
Creates an auction for the item currently in the "auction item" slot.
|
SortAuctionSetSort
|
Builds a list of sort criteria for auction listings.
|
SortAuctionItems
|
Sorts the auction house listing.
|
SortAuctionClearSort
|
Clears any current sorting rules for an auction house listing.
|
SortAuctionApplySort
|
Applies a set of auction listing sort criteria set via [[docs/api/SortAuctionSetSort|`SortAuctionSetSort`]]
|
SetSelectedAuctionItem
|
Selects an item in an auction listing.
|
QueryAuctionItems
|
Requests data from the server for the list of auctions meeting given search criteria.
|
PlaceAuctionBid
|
Places a bid on (or buys out) an auction item.
|
IsAuctionSortReversed
|
Returns whether a sort criterion is applied in reverse order.
|
GetSelectedAuctionItem
|
Returns the index of the currently selected item in an auction listing.
|
GetOwnerAuctionItems
|
Requests data from the server for the list of auctions created by the player.
|
GetNumAuctionItems
|
Returns the number of auction items in a listing.
|
GetBidderAuctionItems
|
Requests data from the server for the list of auctions bid on by the player.
|
GetAuctionSort
|
Returns the current sort settings for auction data.
|
GetAuctionSellItemInfo
|
Returns information about the item currently being set up for auction.
|
GetAuctionItemTimeLeft
|
Returns the time remaining before an auction listing expires.
|
GetAuctionItemSubClasses
|
Returns a list of localized subclass names for a given item class.
|
GetAuctionItemLink
|
Returns a hyperlink for an item in an auction listing.
|
GetAuctionItemInfo
|
Returns information about an auction listing.
|
GetAuctionItemClasses
|
Returns a list of localized item class (category) names.
|
GetAuctionInvTypes
|
Returns a list of the inventory subtypes for a given auction house item subclass.
|
GetAuctionHouseDepositRate
|
Returns the deposit rate for the current auction house.
|
CloseAuctionHouse
|
Ends interaction with the Auction House UI.
|
ClickAuctionSellItemButton
|
Picks up an item from or puts an item into the "Create Auction" slot.
|
CancelAuction
|
Cancels an auction created by the player.
|
CanSendAuctionQuery
|
Returns whether the player can perform an auction house query.
|
CanCancelAuction
|
Returns whether one of the player's auctions can be canceled.
|
CalculateAuctionDeposit
|
Returns the deposit amount for the item currently being set up for auction.
|