Class MechAirFilterComponent
This is basically a reverse scrubber for MechAir
Inheritance
System.Object
MechAirFilterComponent
Namespace: Content.Server.Mech.Components
Assembly: Content.Server.dll
Syntax
public sealed class MechAirFilterComponent : Component
Fields
| Improve this Doc View SourceGases
Gases that will be filtered out of internal air
Declaration
public HashSet<Gas> Gases
Field Value
Type | Description |
---|---|
HashSet<Gas> |
TransferRate
Target volume to transfer every second.
Declaration
public float TransferRate
Field Value
Type | Description |
---|---|
System.Single |