Click or drag to resize
IMyCubeGridApplyDestructionDeformation Method

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

Applies random deformation to given block

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void ApplyDestructionDeformation(
	IMySlimBlock block
)

Parameters

block
Type: VRage.Game.ModAPIIMySlimBlock
block to be deformed
See Also