Show / Hide Table of Contents

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 Source

StationInitializedEvent(EntityUid)

Declaration
public StationInitializedEvent(EntityUid station)
Parameters
Type Name Description
EntityUid station

Fields

| Improve this Doc View Source

Station

Station this event is for.

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