Show / Hide Table of Contents

Class SolutionTransferSystem

Inheritance
System.Object
SolutionTransferSystem
Namespace: Content.Server.Chemistry.EntitySystems
Assembly: Content.Server.dll
Syntax
public sealed class SolutionTransferSystem : EntitySystem

Fields

| Improve this Doc View Source

DefaultTransferAmounts

Default transfer amounts for the set-transfer verb.

Declaration
public static readonly List<int> DefaultTransferAmounts
Field Value
Type Description
List<System.Int32>

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

Transfer(EntityUid, EntityUid, Solution, EntityUid, Solution, FixedPoint2)

Transfer from a solution to another.

Declaration
public FixedPoint2 Transfer(EntityUid user, EntityUid sourceEntity, Solution source, EntityUid targetEntity, Solution target, FixedPoint2 amount)
Parameters
Type Name Description
EntityUid user
EntityUid sourceEntity
Solution source
EntityUid targetEntity
Solution target
FixedPoint2 amount
Returns
Type Description
FixedPoint2

The actual amount transferred.

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾