Show / Hide Table of Contents

Class ChemMasterCreatePillsMessage

Inheritance
System.Object
ChemMasterCreatePillsMessage
Namespace: Content.Shared.Chemistry
Assembly: Content.Shared.dll
Syntax
public sealed class ChemMasterCreatePillsMessage : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

ChemMasterCreatePillsMessage(UInt32, UInt32, String)

Declaration
public ChemMasterCreatePillsMessage(uint dosage, uint number, string label)
Parameters
Type Name Description
System.UInt32 dosage
System.UInt32 number
System.String label

Fields

| Improve this Doc View Source

Dosage

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

Label

Declaration
public readonly string Label
Field Value
Type Description
System.String
| Improve this Doc View Source

Number

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