Class GasVentScrubberData
Inheritance
System.Object
GasVentScrubberData
Assembly: Content.Shared.dll
Syntax
public sealed class GasVentScrubberData : object, IAtmosDeviceData
Fields
|
Improve this Doc
View Source
DefaultFilterGases
Declaration
public static HashSet<Gas> DefaultFilterGases
Field Value
Type |
Description |
HashSet<Gas> |
|
|
Improve this Doc
View Source
FillModePreset
Declaration
public static GasVentScrubberData FillModePreset
Field Value
|
Improve this Doc
View Source
FilterModePreset
Declaration
public static GasVentScrubberData FilterModePreset
Field Value
|
Improve this Doc
View Source
PanicModePreset
Declaration
public static GasVentScrubberData PanicModePreset
Field Value
|
Improve this Doc
View Source
ReplaceModePreset
Declaration
public static GasVentScrubberData ReplaceModePreset
Field Value
|
Improve this Doc
View Source
WideFilterModePreset
Declaration
public static GasVentScrubberData WideFilterModePreset
Field Value
Properties
|
Improve this Doc
View Source
Dirty
Declaration
public bool Dirty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FilterGases
Declaration
public HashSet<Gas> FilterGases { get; set; }
Property Value
Type |
Description |
HashSet<Gas> |
|
|
Improve this Doc
View Source
IgnoreAlarms
Declaration
public bool IgnoreAlarms { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PumpDirection
Declaration
public ScrubberPumpDirection PumpDirection { get; set; }
Property Value
|
Improve this Doc
View Source
VolumeRate
Declaration
public float VolumeRate { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
WideNet
Declaration
public bool WideNet { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements