Show / Hide Table of Contents

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 Source

StationGridAddedEvent(EntityUid, Boolean)

Declaration
public StationGridAddedEvent(EntityUid gridId, bool isSetup)
Parameters
Type Name Description
EntityUid gridId
System.Boolean isSetup

Fields

| Improve this Doc View Source

GridId

ID of the grid added to the station.

Declaration
public EntityUid GridId
Field Value
Type Description
EntityUid
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾