Show / Hide Table of Contents

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 Source

Age

Age of the person that this station record represents.

Declaration
public int Age
Field Value
Type Description
System.Int32
| Improve this Doc View Source

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
| Improve this Doc View Source

DNA

DNA of the person.

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

Fingerprint

Fingerprint of the person.

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

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.

| Improve this Doc View Source

JobIcon

Job icon tied to this station record.

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

JobPrototype

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

JobTitle

Job title tied to this station record.

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

Name

Name tied to this station record.

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

Species

Species tied to this station record.

Declaration
public string Species
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾