Show / Hide Table of Contents

Class SalvageExpeditionDataComponent

Added per station to store data on their available salvage missions.

Inheritance
System.Object
SalvageExpeditionDataComponent
Namespace: Content.Shared.Salvage.Expeditions
Assembly: Content.Shared.dll
Syntax
public sealed class SalvageExpeditionDataComponent : Component

Fields

| Improve this Doc View Source

ActiveMission

Declaration
public ushort ActiveMission
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Cooldown

Are we actively cooling down from the last salvage mission.

Declaration
public bool Cooldown
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Missions

Declaration
public readonly Dictionary<ushort, SalvageMissionParams> Missions
Field Value
Type Description
Dictionary<System.UInt16, SalvageMissionParams>
| Improve this Doc View Source

NextIndex

Declaration
public ushort NextIndex
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

NextOffer

Nexy time salvage missions are offered.

Declaration
public TimeSpan NextOffer
Field Value
Type Description
TimeSpan

Properties

| Improve this Doc View Source

Claimed

Is there an active salvage expedition.

Declaration
public bool Claimed { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾