Class StationInitializedEvent
Broadcast event fired when a station is first set up. This is the ideal point to add components to it.
Inheritance
System.Object
StationInitializedEvent
Namespace: Content.Server.Station.Systems
Assembly: Content.Server.dll
Syntax
public sealed class StationInitializedEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceStationInitializedEvent(EntityUid)
Declaration
public StationInitializedEvent(EntityUid station)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | station |
Fields
| Improve this Doc View SourceStation
Station this event is for.
Declaration
public EntityUid Station
Field Value
Type | Description |
---|---|
EntityUid |