Show / Hide Table of Contents

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 Source

IgnoreEmpty

If spiking with this entity should ignore empty containers or not.

Declaration
public bool IgnoreEmpty { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Popup

What should pop up when spiking with this entity.

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

PopupEmpty

What should pop up when spiking fails because the container was empty.

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

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾