Show / Hide Table of Contents

Class ManifestEntry

Describes an entry in the crew manifest.

Inheritance
System.Object
ManifestEntry
Namespace: Content.Server.GameTicking
Assembly: Content.Server.dll
Syntax
public sealed class ManifestEntry : object

Constructors

| Improve this Doc View Source

ManifestEntry(String, String)

Declaration
public ManifestEntry(string characterName, string jobId)
Parameters
Type Name Description
System.String characterName
System.String jobId

Properties

| Improve this Doc View Source

CharacterName

The name of the character on the manifest.

Declaration
public string CharacterName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

JobId

The ID of the job they picked.

Declaration
public string JobId { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾