Click or drag to resize
IMyVoxelMapsCreateStorage Method (Vector3I)

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

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

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
IMyStorage CreateStorage(
	Vector3I size
)

Parameters

size
Type: Vector3I

[Missing <param name="size"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CreateStorage(VRageMath.Vector3I)"]

Return Value

Type: IMyStorage

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

See Also