Show / Hide Table of Contents

Class GasPowerReceiverComponent

This is used for providing gas power to machinery.

Inheritance
System.Object
GasPowerReceiverComponent
Namespace: Content.Server.Power.Generator
Assembly: Content.Server.dll
Syntax
public sealed class GasPowerReceiverComponent : Component

Fields

| Improve this Doc View Source

LastProcess

Declaration
public TimeSpan LastProcess
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

MaxTemperature

Past this temperature we assume we're in reaction mass mode and not magic mode.

Declaration
public float MaxTemperature
Field Value
Type Description
System.Single
| Improve this Doc View Source

MolesConsumedSec

The amount of gas consumed for operation in magic mode.

Declaration
public float MolesConsumedSec
Field Value
Type Description
System.Single
| Improve this Doc View Source

OffVentGas

Whether the consumed gas should then be ejected directly into the atmosphere.

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

Powered

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

PressureConsumedSec

The amount of kPA "consumed" for operation in pressure mode.

Declaration
public float PressureConsumedSec
Field Value
Type Description
System.Single
| Improve this Doc View Source

TargetGas

The gas that fuels this generator

Declaration
public Gas TargetGas
Field Value
Type Description
Gas
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾