Show / Hide Table of Contents

Class SuitSensorStatus

Inheritance
System.Object
SuitSensorStatus
Namespace: Content.Shared.Medical.SuitSensor
Assembly: Content.Shared.dll
Syntax
public sealed class SuitSensorStatus : object

Constructors

| Improve this Doc View Source

SuitSensorStatus(NetEntity, String, String)

Declaration
public SuitSensorStatus(NetEntity suitSensorUid, string name, string job)
Parameters
Type Name Description
NetEntity suitSensorUid
System.String name
System.String job

Fields

| Improve this Doc View Source

Coordinates

Declaration
public NetCoordinates? Coordinates
Field Value
Type Description
System.Nullable<Robust.Shared.Map.NetCoordinates>
| Improve this Doc View Source

IsAlive

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

Job

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

Name

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

SuitSensorUid

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

Timestamp

Declaration
public TimeSpan Timestamp
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

TotalDamage

Declaration
public int? TotalDamage
Field Value
Type Description
System.Nullable<System.Int32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾