Command.Auction.Fulfill

Fulfills an existing buy order.

Usage:

Interaction category: auction

Throttled.

Command.Auction.Fulfill(auction, item, quantity)
Command.Auction.Fulfill(auction, item, quantity, callback)
ParameterTypeDatatypeDescription
auctionparameterauctionThe auction to be targeted.
callbackparametercallbackfunctionA standard command callback, used for detecting success or failure. See the "callbackfunction" documentation for more details.
itemparameteritemThe ID of the item to be taken.
quantityparameternumberStack size to fulfill.