Click or drag to resize
IMyVoxelMapsExist Method

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

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.Exist(VRage.ModAPI.IMyVoxelBase)"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool Exist(
	IMyVoxelBase voxelMap
)

Parameters

voxelMap
Type: VRage.ModAPIIMyVoxelBase

[Missing <param name="voxelMap"/> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.Exist(VRage.ModAPI.IMyVoxelBase)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyVoxelMaps.Exist(VRage.ModAPI.IMyVoxelBase)"]

See Also