Class NetworkConfiguratorComponent
Inheritance
System.Object
NetworkConfiguratorComponent
Assembly: Content.Shared.dll
Syntax
public sealed class NetworkConfiguratorComponent : Component
Fields
|
Improve this Doc
View Source
ActiveDeviceLink
Declaration
public EntityUid? ActiveDeviceLink
Field Value
Type |
Description |
System.Nullable<EntityUid> |
|
|
Improve this Doc
View Source
ActiveDeviceList
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
Field Value
Type |
Description |
TimeSpan |
|