Click or drag to resize
MyIntegrityChangeEnum Enumeration

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

Types of block integrity change that can occur

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public enum MyIntegrityChangeEnum
Members
  Member nameValueDescription
Damage0
ConstructionBegin1
ConstructionEnd2
ConstructionProcess3
Repair4
See Also