Class VentStatus
Describes status for vent block
Inheritance
System.Object
VentStatus
Namespace: SpaceEngineers.Game.ModAPI.Ingame
Assembly: SpaceEngineers.Game.dll
Syntax
public sealed class VentStatus : Enum
Fields
Depressurized
Air vent is depressurized
Declaration
public const VentStatus Depressurized
Field Value
Type | Description |
---|---|
VentStatus |
Depressurizing
Air vent is in process of depressurizing
Declaration
public const VentStatus Depressurizing
Field Value
Type | Description |
---|---|
VentStatus |
Pressurized
Air vent is pressurized
Declaration
public const VentStatus Pressurized
Field Value
Type | Description |
---|---|
VentStatus |
Pressurizing
Air vent is in process of pressurizing
Declaration
public const VentStatus Pressurizing
Field Value
Type | Description |
---|---|
VentStatus |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |