Show / Hide Table of Contents

Class SolutionTransferComponent

Gives click behavior for transferring to/from other reagent containers.

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

Properties

| Improve this Doc View Source

CanChangeTransferAmount

Whether you're allowed to change the transfer amount.

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

CanReceive

Can this entity take reagent from reagent tanks?

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

CanSend

Can this entity give reagent to other reagent containers?

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

MaximumTransferAmount

The maximum amount of solution that can be transferred at once from this solution.

Declaration
public FixedPoint2 MaximumTransferAmount { get; set; }
Property Value
Type Description
FixedPoint2
| Improve this Doc View Source

MinimumTransferAmount

The minimum amount of solution that can be transferred at once from this solution.

Declaration
public FixedPoint2 MinimumTransferAmount { get; set; }
Property Value
Type Description
FixedPoint2
| Improve this Doc View Source

TransferAmount

The amount of solution to be transferred from this solution when clicking on other solutions with it.

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