Click or drag to resize
IMyInventoryGetItemByID Method

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

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

Namespace: VRage.Game.ModAPI.Ingame
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
IMyInventoryItem GetItemByID(
	uint id
)

Parameters

id
Type: SystemUInt32

[Missing <param name="id"/> documentation for "M:VRage.Game.ModAPI.Ingame.IMyInventory.GetItemByID(System.UInt32)"]

Return Value

Type: IMyInventoryItem

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

See Also