Show / Hide Table of Contents

Class ChemMasterBoundUserInterfaceState

Inheritance
System.Object
ChemMasterBoundUserInterfaceState
Namespace: Content.Shared.Chemistry
Assembly: Content.Shared.dll
Syntax
public sealed class ChemMasterBoundUserInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

ChemMasterBoundUserInterfaceState(ChemMasterMode, ContainerInfo, ContainerInfo, IReadOnlyList<ReagentQuantity>, FixedPoint2, UInt32, UInt32, Boolean)

Declaration
public ChemMasterBoundUserInterfaceState(ChemMasterMode mode, ContainerInfo inputContainerInfo, ContainerInfo outputContainerInfo, IReadOnlyList<ReagentQuantity> bufferReagents, FixedPoint2 bufferCurrentVolume, uint selectedPillType, uint pillDosageLimit, bool updateLabel)
Parameters
Type Name Description
ChemMasterMode mode
ContainerInfo inputContainerInfo
ContainerInfo outputContainerInfo
IReadOnlyList<ReagentQuantity> bufferReagents
FixedPoint2 bufferCurrentVolume
System.UInt32 selectedPillType
System.UInt32 pillDosageLimit
System.Boolean updateLabel

Fields

| Improve this Doc View Source

BufferCurrentVolume

Declaration
public readonly FixedPoint2? BufferCurrentVolume
Field Value
Type Description
System.Nullable<FixedPoint2>
| Improve this Doc View Source

BufferReagents

A list of the reagents and their amounts within the buffer, if applicable.

Declaration
public readonly IReadOnlyList<ReagentQuantity> BufferReagents
Field Value
Type Description
IReadOnlyList<ReagentQuantity>
| Improve this Doc View Source

InputContainerInfo

Declaration
public readonly ContainerInfo InputContainerInfo
Field Value
Type Description
ContainerInfo
| Improve this Doc View Source

Mode

Declaration
public readonly ChemMasterMode Mode
Field Value
Type Description
ChemMasterMode
| Improve this Doc View Source

OutputContainerInfo

Declaration
public readonly ContainerInfo OutputContainerInfo
Field Value
Type Description
ContainerInfo
| Improve this Doc View Source

PillDosageLimit

Declaration
public readonly uint PillDosageLimit
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

SelectedPillType

Declaration
public readonly uint SelectedPillType
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

UpdateLabel

Declaration
public readonly bool UpdateLabel
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾