Click or drag to resize
IMySlimBlockMoveItemsFromConstructionStockpile Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMySlimBlock.MoveItemsFromConstructionStockpile(VRage.Game.ModAPI.IMyInventory,VRage.Game.MyItemFlags)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void MoveItemsFromConstructionStockpile(
	IMyInventory toInventory,
	MyItemFlags flags = MyItemFlags.None
)

Parameters

toInventory
Type: VRage.Game.ModAPIIMyInventory

[Missing <param name="toInventory"/> documentation for "M:VRage.Game.ModAPI.IMySlimBlock.MoveItemsFromConstructionStockpile(VRage.Game.ModAPI.IMyInventory,VRage.Game.MyItemFlags)"]

flags (Optional)
Type: MyItemFlags

[Missing <param name="flags"/> documentation for "M:VRage.Game.ModAPI.IMySlimBlock.MoveItemsFromConstructionStockpile(VRage.Game.ModAPI.IMyInventory,VRage.Game.MyItemFlags)"]

See Also