Show / Hide Table of Contents

Class GeneratorExhaustGasComponent

Makes a generator emit a gas into the atmosphere when running.

Inheritance
System.Object
GeneratorExhaustGasComponent
Namespace: Content.Shared.Power.Generator
Assembly: Content.Shared.dll
Syntax
public sealed class GeneratorExhaustGasComponent : Component
Remarks

The amount of gas produced is linear with the amount of fuel used.

Fields

| Improve this Doc View Source

GasType

The type of gas that will be emitted by the generator.

Declaration
public Gas GasType
Field Value
Type Description
Gas
| Improve this Doc View Source

MoleRatio

The amount of moles of gas that should be produced when one unit of fuel is burned.

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

Temperature

The temperature of created gas.

Declaration
public float Temperature
Field Value
Type Description
System.Single

See Also

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