RSS

Суббота, 27.04.2024, 05:44
Главная » WoW API » API Функции » Аукцион »

GetSelectedAuctionItem

[ править ]
Returns the index of the currently selected item in an auction listing.
[клоны]
Returns the index of the currently selected item in an auction listing. Auction selection is used only for display and internal recordkeeping in the default UI; it has no direct effect on other Auction APIs.

Signature:
Code
index = GetSelectedAuctionItem("list")

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

Returns:
  • index - Index of the currently selected auction item (number)

Также смотрите: Аукцион , Auction functions
Ссылки: http://wowprogramming.com/docs/api/GetSelectedAuctionItem