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 SourceDepartments
Declaration
public IReadOnlySet<string> Departments { get; }
Property Value
Type | Description |
---|---|
IReadOnlySet<System.String> |
Methods
| Improve this Doc View SourceGetDepartmentOrder(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 |
Initialize()
Declaration
public override void Initialize()
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. |
Shutdown()
Declaration
public override void Shutdown()