API CheckStorageAndUnloadCargo

From Vendetta Lua
Jump to: navigation, search

CheckStorageAndUnloadCargo

Definition

CheckStorageAndUnloadCargo( table [,  function  cb ]) ->  nil
Description

Unload cargo items and quantities according to the provided table also checks station storage and pops up a dialog if not enough available
Arguments

Type Name Description
table {{number itemid, number quantity} ..}

itemid = itemid of cargo item

quantity = amount of this cargo to unload
function cb optional function to call on success (optional)
Returns

Type Name Description
nil
Notes

Example:

CheckStorageAndUnloadCargo{{itemid=1234, quantity=2}, {itemid=1235, quantity=3}}

unload 2 units of the cargo with the itemid 1234 and 3 with the id 1235