Click or drag to resize
IMyInventoryIsItemAt Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.Ingame.IMyInventory.IsItemAt(System.Int32)"]

Namespace: VRage.Game.ModAPI.Ingame
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool IsItemAt(
	int position
)

Parameters

position
Type: SystemInt32

[Missing <param name="position"/> documentation for "M:VRage.Game.ModAPI.Ingame.IMyInventory.IsItemAt(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.Ingame.IMyInventory.IsItemAt(System.Int32)"]

See Also