RSS

Суббота, 20.04.2024, 17:03
Главная » WoW API » API Функции » Аукцион »

PlaceAuctionBid

[ править ]
Places a bid on (or buys out) an auction item.
[клоны]
Places a bid on (or buys out) an auction item. Attempting to bid an amount equal to or greater than the auction's buyout price will buy out the auction (spending only the exact buyout price) instead of placing a bid.

Signature:
Code
PlaceAuctionBid("list", index, bid)

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

  • index - Index of an auction in the listing (number)
  • bid - Amount to bid (in copper) (number)

This function does not prompt the user for confirmation before its results take effect -- that behavior is provided by the default UI, and this function is called from the confirmation dialog

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