Click or drag to resize
IMyCubeGridRazeBlocks Method (Vector3I, Vector3UByte)

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

Remove blocks in given area

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void RazeBlocks(
	ref Vector3I pos,
	ref Vector3UByte size
)

Parameters

pos
Type: Vector3I
Starting position
size
Type: Vector3UByte
Area extents
See Also