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.
See also Auction functions.
Signature:
PlaceAuctionBid("list",
index,
bid)
Arguments:
list
- Type of auction listing (string
)bidder
- Auctions the player has bid onlist
- Auctions the player can browse and bid on or buy outowner
- Auctions the player placed
index
- Index of an auction in the listing (number
)bid
- Amount to bid (in copper) (number
)