Click or drag to resize
IMyCubeBlockOnRemovedByCubeBuilder Method

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

Method called when user removes a cube block from grid. Useful when block has to remove some other attached block (like motors).

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void OnRemovedByCubeBuilder()
See Also