Class StationGridAddedEvent
Directed event fired on a station when a grid becomes a member of the station.
Inheritance
System.Object
StationGridAddedEvent
Namespace: Content.Server.Station.Systems
Assembly: Content.Server.dll
Syntax
public sealed class StationGridAddedEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceStationGridAddedEvent(EntityUid, Boolean)
Declaration
public StationGridAddedEvent(EntityUid gridId, bool isSetup)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | gridId | |
System.Boolean | isSetup |
Fields
| Improve this Doc View SourceGridId
ID of the grid added to the station.
Declaration
public EntityUid GridId
Field Value
Type | Description |
---|---|
EntityUid |
IsSetup
Indicates that the event was fired during station setup, so that it can be ignored if StationInitializedEvent was already handled.
Declaration
public bool IsSetup
Field Value
Type | Description |
---|---|
System.Boolean |