Click or drag to resize
IMyCubeGridCubeExists Method

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

Returns true if there is any block occupying given position

Namespace: VRage.Game.ModAPI.Ingame
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool CubeExists(
	Vector3I pos
)

Parameters

pos
Type: Vector3I

[Missing <param name="pos"/> documentation for "M:VRage.Game.ModAPI.Ingame.IMyCubeGrid.CubeExists(VRageMath.Vector3I)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.Ingame.IMyCubeGrid.CubeExists(VRageMath.Vector3I)"]

See Also