API CheckStorageAndUnloadCargo
From Vendetta Lua
CheckStorageAndUnloadCargo
Type | Name | Description |
---|---|---|
number | itemid | itemid of cargo item |
number | quantity | amount of this cargo to unload |
function | cb | optional function to call on success (optional) |
Type | Name | Description |
---|---|---|
nil |
<source lang="lua">CheckStorageAndUnloadCargo{{itemid=1234, quantity=2}, {itemid=1235, quantity=3}}</source>
unload 2 units of the cargo with the itemid 1234 and 3 with the id 1235