Show / Hide Table of Contents

Class ChemicalFuelGeneratorAdapterComponent

This is used for chemical fuel input into generators.

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

Fields

| Improve this Doc View Source

FractionalReagent

How much reagent (can be fractional) is left in the generator. Stored in units of Epsilon.

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

Multiplier

Value to multiply reagent amount by to get fuel amount.

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

Reagent

The reagent to accept as fuel.

Declaration
public string Reagent
Field Value
Type Description
System.String
| Improve this Doc View Source

Solution

The solution on the SolutionContainerManagerComponent to use.

Declaration
public string Solution
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾