Class SolutionSpikerComponent
Inheritance
System.Object
SolutionSpikerComponent
Namespace: Content.Server.Chemistry.Components
Assembly: Content.Server.dll
Syntax
public sealed class SolutionSpikerComponent : Component
Properties
| Improve this Doc View SourceIgnoreEmpty
If spiking with this entity should ignore empty containers or not.
Declaration
public bool IgnoreEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Popup
What should pop up when spiking with this entity.
Declaration
public string Popup { get; }
Property Value
Type | Description |
---|---|
System.String |
PopupEmpty
What should pop up when spiking fails because the container was empty.
Declaration
public string PopupEmpty { get; }
Property Value
Type | Description |
---|---|
System.String |
SourceSolution
The source solution to take the reagents from in order to spike the other solution container.
Declaration
public string SourceSolution { get; }
Property Value
Type | Description |
---|---|
System.String |