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 SourceCanChangeTransferAmount
Whether you're allowed to change the transfer amount.
Declaration
public bool CanChangeTransferAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanReceive
Can this entity take reagent from reagent tanks?
Declaration
public bool CanReceive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanSend
Can this entity give reagent to other reagent containers?
Declaration
public bool CanSend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
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 |
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 |