Show / Hide Table of Contents

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 Source

Duration

How long it takes to purge once.

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

NextPurgeTime

The time when the next purge will occur.

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

Preserve

The reagent(s) to be ignored when purging the solution

Declaration
public List<string> Preserve
Field Value
Type Description
List<System.String>
| Improve this Doc View Source

Quantity

Amount of reagent(s) that are purged

Declaration
public FixedPoint2 Quantity
Field Value
Type Description
FixedPoint2
| Improve this Doc View Source

Solution

The name of the solution to detract from.

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