Show / Hide Table of Contents

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 Source

DeviceLimit

The limit of devices that can be linked to this device list.

Declaration
public int DeviceLimit
Field Value
Type Description
System.Int32
| Improve this Doc View Source

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>
| Improve this Doc View Source

HandleIncomingPackets

Whether this device list also handles incoming device net packets

Declaration
public bool HandleIncomingPackets
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

IsAllowList

Whether the device list is used as an allow or deny list

Declaration
public bool IsAllowList
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾