Click or drag to resize
MyEntityGetInventoryBase Method (Int32)

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

Search for inventory component with maching index.

Namespace: VRage.Game.Entity
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public virtual MyInventoryBase GetInventoryBase(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:VRage.Game.Entity.MyEntity.GetInventoryBase(System.Int32)"]

Return Value

Type: MyInventoryBase

[Missing <returns> documentation for "M:VRage.Game.Entity.MyEntity.GetInventoryBase(System.Int32)"]

See Also