Class DeviceListComponent
Inheritance
System.Object
DeviceListComponent
Namespace: Content.Shared.DeviceNetwork.Components
Assembly: Content.Shared.dll
Syntax
public sealed class DeviceListComponent : Component
Fields
| Improve this Doc View SourceDeviceLimit
The limit of devices that can be linked to this device list.
Declaration
public int DeviceLimit
Field Value
Type | Description |
---|---|
System.Int32 |
Devices
The list of devices can or can't connect to, depending on the IsAllowList field.
Declaration
public HashSet<EntityUid> Devices
Field Value
Type | Description |
---|---|
HashSet<EntityUid> |
HandleIncomingPackets
Whether this device list also handles incoming device net packets
Declaration
public bool HandleIncomingPackets
Field Value
Type | Description |
---|---|
System.Boolean |
IsAllowList
Whether the device list is used as an allow or deny list
Declaration
public bool IsAllowList
Field Value
Type | Description |
---|---|
System.Boolean |