Class StationCargoOrderDatabaseComponent
Stores all of cargo orders for a particular station.
Inheritance
System.Object
StationCargoOrderDatabaseComponent
Namespace: Content.Server.Cargo.Components
Assembly: Content.Server.dll
Syntax
public sealed class StationCargoOrderDatabaseComponent : Component
Fields
| Improve this Doc View SourceCapacity
Maximum amount of orders a station is allowed, approved or not.
Declaration
public int Capacity
Field Value
Type | Description |
---|---|
System.Int32 |
NumOrdersCreated
Used to determine unique order IDs
Declaration
public int NumOrdersCreated
Field Value
Type | Description |
---|---|
System.Int32 |
Orders
Declaration
public List<CargoOrderData> Orders
Field Value
Type | Description |
---|---|
List<CargoOrderData> |
Shuttle
The cargo shuttle assigned to this station.
Declaration
public EntityUid? Shuttle
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |