Sorts the auction house listing. No longer used in the default UI; see SortAuctionClearSort()
, SortAuctionSetSort()
, and SortAuctionApplySort()
instead.
See also Auction functions.
Signature:
SortAuctionItems("type",
"sort")
Arguments:
type
- The type of auction listing to sort (string
)bidder
- Auctions the player has bid onlist
- Standard auction house listingowner
- Auctions the player has placed
sort
- Criterion for sorting the list (string
)bid
- Amount of the current or minimum bid on the itembuyout
- Buyout price of the itemduration
- Time remaining before the auction expireslevel
- Required character level to use or equip the itemminbidbuyout
- Buyout price, or minimum bid if no buyout price is availablename
- Name of the itemquality
- itemQuality of the itemquantity
- Number of stacked items in the auctionseller
- Name of the character who created of the auction (or in theowner
listing, the current high bidder)status
- Status of the auction (e.g. in thebidder
listing, whether the player has been outbid)
This function is deprecated and is no longer in use