Class StationLimitedNetworkComponent
Inheritance
System.Object
Robust.Shared.GameObjects.Component
StationLimitedNetworkComponent
Implements
Robust.Shared.GameObjects.IComponent
Namespace: Content.Server.DeviceNetwork.Components
Assembly: Content.Server.dll
Syntax
public sealed class StationLimitedNetworkComponent : Component, IComponent
Fields
| Improve this Doc View SourceAllowNonStationPackets
Whether the entity is allowed to receive packets from entities that are not tied to any station
Declaration
public bool AllowNonStationPackets
Field Value
Type | Description |
---|---|
System.Boolean |
StationId
The station id the device is limited to.
Declaration
public EntityUid? StationId
Field Value
Type | Description |
---|---|
System.Nullable<Robust.Shared.GameObjects.EntityUid> |
Implements
Robust.Shared.GameObjects.IComponent