IMySlimBlockMoveItemsToConstructionStockpile Method |
[This is preliminary documentation and is subject to change.]
Move items missing from an inventory into the construction stockpile
Namespace: VRage.Game.ModAPIAssembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax void MoveItemsToConstructionStockpile(
IMyInventory fromInventory
)
Parameters
- fromInventory
- Type: VRage.Game.ModAPIIMyInventory
The inventory where the components are being taken from
See Also