Click or drag to resize
IMyInventoryContainItems Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.Ingame.IMyInventory.ContainItems(VRage.MyFixedPoint,VRage.Game.MyObjectBuilder_PhysicalObject)"]

Namespace: VRage.Game.ModAPI.Ingame
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool ContainItems(
	MyFixedPoint amount,
	MyObjectBuilder_PhysicalObject ob
)

Parameters

amount
Type: VRageMyFixedPoint

[Missing <param name="amount"/> documentation for "M:VRage.Game.ModAPI.Ingame.IMyInventory.ContainItems(VRage.MyFixedPoint,VRage.Game.MyObjectBuilder_PhysicalObject)"]

ob
Type: MyObjectBuilder_PhysicalObject

[Missing <param name="ob"/> documentation for "M:VRage.Game.ModAPI.Ingame.IMyInventory.ContainItems(VRage.MyFixedPoint,VRage.Game.MyObjectBuilder_PhysicalObject)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.Ingame.IMyInventory.ContainItems(VRage.MyFixedPoint,VRage.Game.MyObjectBuilder_PhysicalObject)"]

See Also