Class StationGridRemovedEvent
Directed event fired on a station when a grid is no longer a member of the station.
Inheritance
System.Object
StationGridRemovedEvent
Namespace: Content.Server.Station.Systems
Assembly: Content.Server.dll
Syntax
public sealed class StationGridRemovedEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceStationGridRemovedEvent(EntityUid)
Declaration
public StationGridRemovedEvent(EntityUid gridId)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | gridId |
Fields
| Improve this Doc View SourceGridId
ID of the grid removed from the station.
Declaration
public EntityUid GridId
Field Value
Type | Description |
---|---|
EntityUid |