Click or drag to resize
IMyCubeBlockSetDamageEffect Method

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

Start or stop dammage effect on cube block

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void SetDamageEffect(
	bool start
)

Parameters

start
Type: SystemBoolean

[Missing <param name="start"/> documentation for "M:VRage.Game.ModAPI.IMyCubeBlock.SetDamageEffect(System.Boolean)"]

See Also