Show / Hide Table of Contents

Class SalvageExpeditionConsoleState

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

Constructors

| Improve this Doc View Source

SalvageExpeditionConsoleState(TimeSpan, Boolean, Boolean, UInt16, List<SalvageMissionParams>)

Declaration
public SalvageExpeditionConsoleState(TimeSpan nextOffer, bool claimed, bool cooldown, ushort activeMission, List<SalvageMissionParams> missions)
Parameters
Type Name Description
TimeSpan nextOffer
System.Boolean claimed
System.Boolean cooldown
System.UInt16 activeMission
List<SalvageMissionParams> missions

Fields

| Improve this Doc View Source

ActiveMission

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

Claimed

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

Cooldown

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

Missions

Declaration
public List<SalvageMissionParams> Missions
Field Value
Type Description
List<SalvageMissionParams>
| Improve this Doc View Source

NextOffer

Declaration
public TimeSpan NextOffer
Field Value
Type Description
TimeSpan
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾