Click or drag to resize
MyStorageDataGet Method (MyStorageDataTypeEnum, Int32)

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

[Missing <summary> documentation for "M:VRage.Voxels.MyStorageData.Get(VRage.Voxels.MyStorageDataTypeEnum,System.Int32)"]

Namespace: VRage.Voxels
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public byte Get(
	MyStorageDataTypeEnum type,
	int linearIdx
)

Parameters

type
Type: MyStorageDataTypeEnum

[Missing <param name="type"/> documentation for "M:VRage.Voxels.MyStorageData.Get(VRage.Voxels.MyStorageDataTypeEnum,System.Int32)"]

linearIdx
Type: SystemInt32

[Missing <param name="linearIdx"/> documentation for "M:VRage.Voxels.MyStorageData.Get(VRage.Voxels.MyStorageDataTypeEnum,System.Int32)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:VRage.Voxels.MyStorageData.Get(VRage.Voxels.MyStorageDataTypeEnum,System.Int32)"]

See Also