Class GeneralStationRecord
General station record. Indicates the crewmember's name and job.
Inheritance
System.Object
GeneralStationRecord
Namespace: Content.Shared.StationRecords
Assembly: Content.Shared.dll
Syntax
public sealed class GeneralStationRecord : object
Fields
| Improve this Doc View SourceAge
Age of the person that this station record represents.
Declaration
public int Age
Field Value
Type | Description |
---|---|
System.Int32 |
DisplayPriority
The priority to display this record at. This is taken from the 'weight' of a job prototype, usually.
Declaration
public int DisplayPriority
Field Value
Type | Description |
---|---|
System.Int32 |
DNA
DNA of the person.
Declaration
public string? DNA
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
Fingerprint
Fingerprint of the person.
Declaration
public string? Fingerprint
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
Gender
Gender identity tied to this station record.
Declaration
public Gender Gender
Field Value
Type | Description |
---|---|
Robust.Shared.Enums.Gender |
Remarks
Sex should be placed in a medical record, not a general record.
JobIcon
Job icon tied to this station record.
Declaration
public string JobIcon
Field Value
Type | Description |
---|---|
System.String |
JobPrototype
Declaration
public string JobPrototype
Field Value
Type | Description |
---|---|
System.String |
JobTitle
Job title tied to this station record.
Declaration
public string JobTitle
Field Value
Type | Description |
---|---|
System.String |
Name
Name tied to this station record.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Species
Species tied to this station record.
Declaration
public string Species
Field Value
Type | Description |
---|---|
System.String |