Show / Hide Table of Contents

Class GasVentScrubberData

Inheritance
System.Object
GasVentScrubberData
Implements
IAtmosDeviceData
Namespace: Content.Shared.Atmos.Piping.Unary.Components
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
Type Description
GasVentScrubberData
| Improve this Doc View Source

FilterModePreset

Declaration
public static GasVentScrubberData FilterModePreset
Field Value
Type Description
GasVentScrubberData
| Improve this Doc View Source

PanicModePreset

Declaration
public static GasVentScrubberData PanicModePreset
Field Value
Type Description
GasVentScrubberData
| Improve this Doc View Source

ReplaceModePreset

Declaration
public static GasVentScrubberData ReplaceModePreset
Field Value
Type Description
GasVentScrubberData
| Improve this Doc View Source

WideFilterModePreset

Declaration
public static GasVentScrubberData WideFilterModePreset
Field Value
Type Description
GasVentScrubberData

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
Type Description
ScrubberPumpDirection
| 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

IAtmosDeviceData
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾