Show / Hide Table of Contents

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 Source

Capacity

Maximum amount of orders a station is allowed, approved or not.

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

NumOrdersCreated

Used to determine unique order IDs

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

Orders

Declaration
public List<CargoOrderData> Orders
Field Value
Type Description
List<CargoOrderData>
| Improve this Doc View Source

Shuttle

The cargo shuttle assigned to this station.

Declaration
public EntityUid? Shuttle
Field Value
Type Description
System.Nullable<EntityUid>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾