Show / Hide Table of Contents

Class NetworkConfiguratorComponent

Inheritance
System.Object
NetworkConfiguratorComponent
Namespace: Content.Shared.DeviceNetwork.Components
Assembly: Content.Shared.dll
Syntax
public sealed class NetworkConfiguratorComponent : Component

Fields

| Improve this Doc View Source

ActiveDeviceLink

The entity containing a DeviceLinkSourceComponent or DeviceLinkSinkComponent this configurator is currently interacting with.
If this is set the configurator is in linking mode.

Declaration
public EntityUid? ActiveDeviceLink
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

ActiveDeviceList

The entity containing a DeviceListComponent this configurator is currently interacting with

Declaration
public EntityUid? ActiveDeviceList
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

DeviceLinkTarget

The target device this configurator is currently linking with the ActiveDeviceLink

Declaration
public EntityUid? DeviceLinkTarget
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

Devices

The list of devices stored in the configurator

Declaration
public Dictionary<string, EntityUid> Devices
Field Value
Type Description
Dictionary<System.String, EntityUid>
| Improve this Doc View Source

LastUseAttempt

Declaration
public TimeSpan LastUseAttempt
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

LinkModeActive

Determines whether the configurator is in linking mode or list mode

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

SoundNoAccess

Declaration
public SoundSpecifier SoundNoAccess
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

SoundSwitchMode

Declaration
public SoundSpecifier SoundSwitchMode
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

UseDelay

Declaration
public TimeSpan UseDelay
Field Value
Type Description
TimeSpan
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾