WoW:AuctionSortId: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{wowapitype}} | |||
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: | 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: | ||
Line 18: | Line 20: | ||
Not all of these sorts are valid for all auction types, those which are seen in the WoW UI code are indicated. | Not all of these sorts are valid for all auction types, those which are seen in the WoW UI code are indicated. | ||
Revision as of 21:29, 9 June 2006
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:
Values
- "quality"
- Item quality (All types)
- "level"
- Item level (Only "list", "bidder")
- "duration"
- Auction duration (All types)
- "buyout"
- Current buyout price? (Only "bidder")
- "status"
- Status (High bidder or not??) (All types)
- "bid"
- 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.