Show / Hide Table of Contents

Class RefillableSolutionComponent

Reagents that can be added easily. For example like pouring something into another beaker, glass, or into the gas tank of a car.

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

Properties

| Improve this Doc View Source

MaxRefill

The maximum amount that can be transferred to the solution at once

Declaration
public FixedPoint2? MaxRefill { get; set; }
Property Value
Type Description
System.Nullable<FixedPoint2>
| Improve this Doc View Source

Solution

Solution name that can added to easily.

Declaration
public string Solution { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾