Click or drag to resize
IMySlimBlockMoveItemsToConstructionStockpile Method

[This is preliminary documentation and is subject to change.]

Move items missing from an inventory into the construction stockpile

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void MoveItemsToConstructionStockpile(
	IMyInventory fromInventory
)

Parameters

fromInventory
Type: VRage.Game.ModAPIIMyInventory
The inventory where the components are being taken from
See Also