Click or drag to resize
IMyDestroyableObject Interface

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

[Missing <summary> documentation for "T:VRage.Game.ModAPI.Interfaces.IMyDestroyableObject"]

Namespace: VRage.Game.ModAPI.Interfaces
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyDestroyableObject

The IMyDestroyableObject type exposes the following members.

Properties
  NameDescription
Public propertyIntegrity
Public propertyUseDamageSystem
When set to true, it should use MyDamageSystem damage routing.
Top
Methods
  NameDescription
Public methodDoDamage
Public methodOnDestroy
Top
See Also