Show / Hide Table of Contents

Class GasAnalyzerComponent.GasAnalyzerUserMessage

Atmospheric data is gathered in the system and sent to the user

Inheritance
System.Object
GasAnalyzerComponent.GasAnalyzerUserMessage
Namespace: Content.Shared.Atmos.Components
Assembly: Content.Shared.dll
Syntax
public sealed class GasAnalyzerUserMessage : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

GasAnalyzerUserMessage(GasAnalyzerComponent.GasMixEntry[], String, NetEntity, Boolean, Nullable<String>)

Declaration
public GasAnalyzerUserMessage(GasAnalyzerComponent.GasMixEntry[] nodeGasMixes, string deviceName, NetEntity deviceUid, bool deviceFlipped, string? error = null)
Parameters
Type Name Description
GasAnalyzerComponent.GasMixEntry[] nodeGasMixes
System.String deviceName
NetEntity deviceUid
System.Boolean deviceFlipped
System.Nullable<System.String> error

Fields

| Improve this Doc View Source

DeviceFlipped

Declaration
public bool DeviceFlipped
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

DeviceName

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

DeviceUid

Declaration
public NetEntity DeviceUid
Field Value
Type Description
NetEntity
| Improve this Doc View Source

Error

Declaration
public string? Error
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

NodeGasMixes

Declaration
public GasAnalyzerComponent.GasMixEntry[] NodeGasMixes
Field Value
Type Description
GasAnalyzerComponent.GasMixEntry[]
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾