Show / Hide Table of Contents

Class DumpableSolutionComponent

Denotes the solution that can be easily dumped into (completely removed from the dumping container into this one) Think pouring a container fully into this.

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

Properties

| Improve this Doc View Source

Solution

Solution name that can be dumped into.

Declaration
public string Solution { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Unlimited

Whether the solution can be dumped into infinitely.

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