Show / Hide Table of Contents

Class CrewManifestSystem

Inheritance
System.Object
CrewManifestSystem
Namespace: Content.Client.CrewManifest
Assembly: Content.Client.dll
Syntax
public sealed class CrewManifestSystem : EntitySystem

Properties

| Improve this Doc View Source

Departments

Declaration
public IReadOnlySet<string> Departments { get; }
Property Value
Type Description
IReadOnlySet<System.String>

Methods

| Improve this Doc View Source

GetDepartmentOrder(String, String)

Declaration
public int GetDepartmentOrder(string department, string jobPrototype)
Parameters
Type Name Description
System.String department
System.String jobPrototype
Returns
Type Description
System.Int32
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

RequestCrewManifest(NetEntity)

Requests a crew manifest from the server.

Declaration
public void RequestCrewManifest(NetEntity netEntity)
Parameters
Type Name Description
NetEntity netEntity

EntityUid of the entity we're requesting the crew manifest from.

| Improve this Doc View Source

Shutdown()

Declaration
public override void Shutdown()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾