Class StationCargoBountyDatabaseComponent
Stores all active cargo bounties for a particular station.
Inheritance
System.Object
StationCargoBountyDatabaseComponent
Namespace: Content.Server.Cargo.Components
Assembly: Content.Server.dll
Syntax
public sealed class StationCargoBountyDatabaseComponent : Component
Fields
| Improve this Doc View SourceBounties
A list of all the bounties currently active for a station.
Declaration
public List<CargoBountyData> Bounties
Field Value
Type | Description |
---|---|
List<Content.Shared.Cargo.CargoBountyData> |
MaxBounties
Maximum amount of bounties a station can have.
Declaration
public int MaxBounties
Field Value
Type | Description |
---|---|
System.Int32 |
MaxBountyTime
The maxmium amount of time the bounty lasts before being removed.
Declaration
public float MaxBountyTime
Field Value
Type | Description |
---|---|
System.Single |
MinBountyTime
The minimum amount of time the bounty lasts before being removed.
Declaration
public float MinBountyTime
Field Value
Type | Description |
---|---|
System.Single |
TotalBounties
Used to determine unique order IDs
Declaration
public int TotalBounties
Field Value
Type | Description |
---|---|
System.Int32 |