Class SolutionPurgeComponent
Passively decreases a solution's quantity of reagent(s).
Inheritance
System.Object
SolutionPurgeComponent
Namespace: Content.Server.Chemistry.Components
Assembly: Content.Server.dll
Syntax
public sealed class SolutionPurgeComponent : Component
Fields
| Improve this Doc View SourceDuration
How long it takes to purge once.
Declaration
public TimeSpan Duration
Field Value
Type | Description |
---|---|
Time |
NextPurgeTime
The time when the next purge will occur.
Declaration
public TimeSpan NextPurgeTime
Field Value
Type | Description |
---|---|
Time |
Preserve
The reagent(s) to be ignored when purging the solution
Declaration
public List<string> Preserve
Field Value
Type | Description |
---|---|
List<System. |
Quantity
Amount of reagent(s) that are purged
Declaration
public FixedPoint2 Quantity
Field Value
Type | Description |
---|---|
Fixed |
Solution
The name of the solution to detract from.
Declaration
public string Solution
Field Value
Type | Description |
---|---|
System. |