Class StationEmergencyShuttleComponent
This is used for controlling evacuation for a station.
Inheritance
System.Object
StationEmergencyShuttleComponent
Namespace: Content.Server.Shuttles.Components
Assembly: Content.Server.dll
Syntax
public sealed class StationEmergencyShuttleComponent : Component
Fields
| Improve this Doc View SourceEmergencyShuttle
The emergency shuttle assigned to this station.
Declaration
public EntityUid? EmergencyShuttle
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
Properties
| Improve this Doc View SourceEmergencyShuttlePath
Emergency shuttle map path for this station.
Declaration
public ResPath EmergencyShuttlePath { get; set; }
Property Value
Type | Description |
---|---|
Robust.Shared.Utility.ResPath |