IMySlimBlockClearConstructionStockpile Method |
[This is preliminary documentation and is subject to change.]
Clears out the construction stockpile and moves the components into a destination inventory
Namespace: VRage.Game.ModAPIAssembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax void ClearConstructionStockpile(
IMyInventory outputInventory
)
Parameters
- outputInventory
- Type: VRage.Game.ModAPIIMyInventory
The inventory where the components are moved into
See Also