Click or drag to resize
IMyCubeGridRemoveBlock Method

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

Removes given block

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void RemoveBlock(
	IMySlimBlock block,
	bool updatePhysics = false
)

Parameters

block
Type: VRage.Game.ModAPIIMySlimBlock

[Missing <param name="block"/> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.RemoveBlock(VRage.Game.ModAPI.IMySlimBlock,System.Boolean)"]

updatePhysics (Optional)
Type: SystemBoolean
Update grid physics
See Also