Show / Hide Table of Contents

Class AtmosMonitorComponent

Inheritance
System.Object
AtmosMonitorComponent
Namespace: Content.Server.Atmos.Monitor.Components
Assembly: Content.Server.dll
Syntax
public sealed class AtmosMonitorComponent : Component

Fields

| Improve this Doc View Source

GasThresholdPrototypes

Declaration
public Dictionary<Gas, string>? GasThresholdPrototypes
Field Value
Type Description
System.Nullable<Dictionary<Gas, System.String>>
| Improve this Doc View Source

GasThresholds

Declaration
public Dictionary<Gas, AtmosAlarmThreshold>? GasThresholds
Field Value
Type Description
System.Nullable<Dictionary<Gas, AtmosAlarmThreshold>>
| Improve this Doc View Source

LastAlarmState

Declaration
public AtmosAlarmType LastAlarmState
Field Value
Type Description
AtmosAlarmType
| Improve this Doc View Source

MonitorFire

Declaration
public bool MonitorFire
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

NetEnabled

Declaration
public bool NetEnabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

PressureThreshold

Declaration
public AtmosAlarmThreshold PressureThreshold
Field Value
Type Description
AtmosAlarmThreshold
| Improve this Doc View Source

PressureThresholdId

Declaration
public string? PressureThresholdId
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

RegisteredDevices

Registered devices in this atmos monitor. Alerts will be sent directly to these devices.

Declaration
public HashSet<string> RegisteredDevices
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

TemperatureThreshold

Declaration
public AtmosAlarmThreshold TemperatureThreshold
Field Value
Type Description
AtmosAlarmThreshold
| Improve this Doc View Source

TemperatureThresholdId

Declaration
public string? TemperatureThresholdId
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

TileGas

Declaration
public GasMixture TileGas
Field Value
Type Description
GasMixture
| Improve this Doc View Source

TrippedThresholds

Declaration
public HashSet<AtmosMonitorThresholdType> TrippedThresholds
Field Value
Type Description
HashSet<AtmosMonitorThresholdType>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾