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 SourceActiveMission
Declaration
public ushort ActiveMission
Field Value
Type | Description |
---|---|
System.UInt16 |
Cooldown
Are we actively cooling down from the last salvage mission.
Declaration
public bool Cooldown
Field Value
Type | Description |
---|---|
System.Boolean |
Missions
Declaration
public readonly Dictionary<ushort, SalvageMissionParams> Missions
Field Value
Type | Description |
---|---|
Dictionary<System.UInt16, SalvageMissionParams> |
NextIndex
Declaration
public ushort NextIndex
Field Value
Type | Description |
---|---|
System.UInt16 |
NextOffer
Nexy time salvage missions are offered.
Declaration
public TimeSpan NextOffer
Field Value
Type | Description |
---|---|
TimeSpan |
Properties
| Improve this Doc View SourceClaimed
Is there an active salvage expedition.
Declaration
public bool Claimed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |