Class MechAirIntakeComponent
This is basically a siphon vent for mech but not using pump vent component because MechAir bad
Inheritance
System.Object
MechAirIntakeComponent
Namespace: Content.Server.Mech.Components
Assembly: Content.Server.dll
Syntax
public sealed class MechAirIntakeComponent : Component
Fields
| Improve this Doc View SourcePressure
Pressure to intake gases up to, maintains MechAir pressure.
Declaration
public float Pressure
Field Value
Type | Description |
---|---|
System.Single |
PumpPower
How strong the intake pump is, it will be able to replenish air from lower pressure areas.
Declaration
public float PumpPower
Field Value
Type | Description |
---|---|
System.Single |
TargetPressureChange
Target pressure change for a single atmos tick
Declaration
public float TargetPressureChange
Field Value
Type | Description |
---|---|
System.Single |