Click or drag to resize
IMyCubeGridRazeBlock Method

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

Remove block at given position

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void RazeBlock(
	Vector3I position
)

Parameters

position
Type: Vector3I

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

See Also