Show / Hide Table of Contents

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 Source

Bounties

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>
| Improve this Doc View Source

MaxBounties

Maximum amount of bounties a station can have.

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

MaxBountyTime

The maxmium amount of time the bounty lasts before being removed.

Declaration
public float MaxBountyTime
Field Value
Type Description
System.Single
| Improve this Doc View Source

MinBountyTime

The minimum amount of time the bounty lasts before being removed.

Declaration
public float MinBountyTime
Field Value
Type Description
System.Single
| Improve this Doc View Source

TotalBounties

Used to determine unique order IDs

Declaration
public int TotalBounties
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾