Show / Hide Table of Contents

Class SalvageExpeditionComponent

Designates this entity as holding a salvage expedition.

Inheritance
System.Object
SharedSalvageExpeditionComponent
SalvageExpeditionComponent
Namespace: Content.Server.Salvage.Expeditions
Assembly: Content.Server.dll
Syntax
public sealed class SalvageExpeditionComponent : SharedSalvageExpeditionComponent

Fields

| Improve this Doc View Source

Completed

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

DungeonLocation

Where the dungeon is located for initial announcement.

Declaration
public Vector2 DungeonLocation
Field Value
Type Description
Vector2
| Improve this Doc View Source

EndTime

When the expeditions ends.

Declaration
public TimeSpan EndTime
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

MissionParams

Declaration
public SalvageMissionParams MissionParams
Field Value
Type Description
SalvageMissionParams
| Improve this Doc View Source

Sound

Sound that plays when the mission end is imminent.

Declaration
public SoundSpecifier Sound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

Station

Station whose mission this is.

Declaration
public EntityUid Station
Field Value
Type Description
EntityUid
| Improve this Doc View Source

Stream

Countdown audio stream.

Declaration
public IPlayingAudioStream Stream
Field Value
Type Description
Robust.Shared.Audio.IPlayingAudioStream
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾