Class SuitSensorStatus
Inheritance
System.Object
SuitSensorStatus
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
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Job
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
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
Field Value
Type |
Description |
System.Nullable<System.Int32> |
|