Click or drag to resize
IMyCubeGridRazeBlocks Method (ListVector3I)

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

Remove blocks at given positions

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void RazeBlocks(
	List<Vector3I> locations
)

Parameters

locations
Type: System.Collections.GenericListVector3I

[Missing <param name="locations"/> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.RazeBlocks(System.Collections.Generic.List{VRageMath.Vector3I})"]

See Also