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 SourceFractionalReagent
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 |
Multiplier
Value to multiply reagent amount by to get fuel amount.
Declaration
public float Multiplier
Field Value
Type | Description |
---|---|
System.Single |
Reagent
The reagent to accept as fuel.
Declaration
public string Reagent
Field Value
Type | Description |
---|---|
System.String |
Solution
The solution on the SolutionContainerManagerComponent to use.
Declaration
public string Solution
Field Value
Type | Description |
---|---|
System.String |