Click or drag to resize
IMyVoxelMapsCreateVoxelMap Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CreateVoxelMap(System.String,VRage.ModAPI.IMyStorage,VRageMath.Vector3D,System.Int64)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
IMyVoxelMap CreateVoxelMap(
	string storageName,
	IMyStorage storage,
	Vector3D position,
	long voxelMapId
)

Parameters

storageName
Type: SystemString

[Missing <param name="storageName"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CreateVoxelMap(System.String,VRage.ModAPI.IMyStorage,VRageMath.Vector3D,System.Int64)"]

storage
Type: VRage.ModAPIIMyStorage

[Missing <param name="storage"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CreateVoxelMap(System.String,VRage.ModAPI.IMyStorage,VRageMath.Vector3D,System.Int64)"]

position
Type: Vector3D

[Missing <param name="position"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CreateVoxelMap(System.String,VRage.ModAPI.IMyStorage,VRageMath.Vector3D,System.Int64)"]

voxelMapId
Type: SystemInt64

[Missing <param name="voxelMapId"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CreateVoxelMap(System.String,VRage.ModAPI.IMyStorage,VRageMath.Vector3D,System.Int64)"]

Return Value

Type: IMyVoxelMap

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.CreateVoxelMap(System.String,VRage.ModAPI.IMyStorage,VRageMath.Vector3D,System.Int64)"]

See Also