Returns whether a sort criterion is applied in reverse order. No longer used in the default UI; see GetAuctionSort() instead. Signature: Code isReversed, isSorted = IsAuctionSortReversed("list", "sort") Arguments: - list - Type of auction listing (string)
bidder - Auctions the player has bid on- list - Auctions the player can browse and bid on or buy out
- owner - Auctions the player placed
- sort - A sort criterion (string)
Returns: - isReversed - 1 if the criterion is applied in reverse order; otherwise nil (1nil)
- isSorted - 1 if the criterion is currently used for the given listing; otherwise nil (1nil)
This function is deprecated and is no longer in use
Также смотрите: Аукцион
, Auction functions
Ссылки: http://wowprogramming.com/docs/api/IsAuctionSortReversed
|