Bids on an auction.
Interaction category: auction
| Command.Auction.Bid(auction, bid) | |||
| Command.Auction.Bid(auction, bid, callback) | |||
| Parameter | Type | Datatype | Description |
|---|---|---|---|
| auction | parameter | auction | The auction to be targeted. |
| bid | parameter | number | The amount to bid. To place a buyout, simply bid the buyout value. |
| callback | parameter | callbackfunction | A standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details. |