Class StationDataComponent
Stores core information about a station, namely its config and associated grids. All station entities will have this component.
Inheritance
System.Object
StationDataComponent
Namespace: Content.Server.Station.Components
Assembly: Content.Server.dll
Syntax
public sealed class StationDataComponent : Component
Fields
| Improve this Doc View SourceGrids
List of all grids this station is part of.
Declaration
public HashSet<EntityUid> Grids
Field Value
Type | Description |
---|---|
HashSet<EntityUid> |
StationConfig
The game map prototype, if any, associated with this station.
Declaration
public StationConfig StationConfig
Field Value
Type | Description |
---|---|
StationConfig |