Show / Hide Table of Contents

Class SolutionRegenerationComponent

Passively increases a solution's quantity of a reagent.

Inheritance
System.Object
SolutionRegenerationComponent
Namespace: Content.Server.Chemistry.Components
Assembly: Content.Server.dll
Syntax
public sealed class SolutionRegenerationComponent : Component

Fields

| Improve this Doc View Source

Duration

How long it takes to regenerate once.

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

Generated

The reagent(s) to be regenerated in the solution.

Declaration
public Solution Generated
Field Value
Type Description
Solution
| Improve this Doc View Source

NextRegenTime

The time when the next regeneration will occur.

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

Solution

The name of the solution to add to.

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