Command.Auction.Bid

Bids or buys out an auction.

Usage:

Interaction category: auction

Throttled.

Command.Auction.Bid(auction, bid)
Command.Auction.Bid(auction, bid, quantity)
Command.Auction.Bid(auction, bid, callback)
Command.Auction.Bid(auction, bid, quantity, callback)
ParameterTypeDatatypeDescription
auctionparameterauctionThe auction to be targeted.
bidparameternumberThe amount to bid. To place a buyout, simply bid the buyout value.
callbackparametercallbackfunctionA standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details.
quantityparameternumberHow many items to purchase. If omitted, defaults to the entire auction quantity.