RSS

Пятница, 19.04.2024, 10:57
Главная » WoW API » API Функции » Аукцион »

IsAuctionSortReversed

[ править ]
Returns whether a sort criterion is applied in reverse order.
[клоны]
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