Show / Hide Table of Contents

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 Source

Grids

List of all grids this station is part of.

Declaration
public HashSet<EntityUid> Grids
Field Value
Type Description
HashSet<EntityUid>
| Improve this Doc View Source

StationConfig

The game map prototype, if any, associated with this station.

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