WoW:AuctionSortId: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (New document)
 
m (Move page script moved page AuctionSortId to AuctionSortId without leaving a redirect)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The methods relating to sorting in the auction house can operate on many columns, this identifier is used to indicate which column is being referenced. Valid values are:
#REDIRECT [[API TYPE auctionSortId]]
 
== Values ==
 
; <tt>"quality"</tt> : Item quality (All types)
 
; <tt>"level"</tt> : Item level (Only "list", "bidder")
 
; <tt>"duration"</tt> : Auction duration (All types)
 
; <tt>"buyout"</tt> : Current buyout price? (Only "bidder")
 
; <tt>"status"</tt> : Status (High bidder or not??) (All types)
 
; <tt>"bid"</tt> : Current bid (All types)
 
== Notes ==
 
Not all of these sorts are valid for all auction types, those which are seen in the WoW UI code are indicated.
 
{{Template:WoW API}}
[[Category:API Types|AuctionSortId]]

Latest revision as of 04:47, 15 August 2023