Click or drag to resize
IMyVoxelMapsCreateStorage Method (Byte)

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CreateStorage(System.Byte[])"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
IMyStorage CreateStorage(
	byte[] data
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CreateStorage(System.Byte[])"]

Return Value

Type: IMyStorage

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CreateStorage(System.Byte[])"]

See Also