Show / Hide Table of Contents

Class NetworkConfiguratorSystem

Inheritance
System.Object
SharedNetworkConfiguratorSystem
NetworkConfiguratorSystem
Namespace: Content.Client.NetworkConfigurator.Systems
Assembly: Content.Client.dll
Syntax
public sealed class NetworkConfiguratorSystem : SharedNetworkConfiguratorSystem

Methods

| Improve this Doc View Source

ClearAllOverlays()

Declaration
public void ClearAllOverlays()
| Improve this Doc View Source

ConfiguredListIsTracked(EntityUid, NetworkConfiguratorComponent)

Declaration
public bool ConfiguredListIsTracked(EntityUid uid, NetworkConfiguratorComponent component = null)
Parameters
Type Name Description
EntityUid uid
NetworkConfiguratorComponent component
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

SetActiveDeviceList(EntityUid, EntityUid, NetworkConfiguratorComponent)

Declaration
public void SetActiveDeviceList(EntityUid tool, EntityUid list, NetworkConfiguratorComponent component = null)
Parameters
Type Name Description
EntityUid tool
EntityUid list
NetworkConfiguratorComponent component
| Improve this Doc View Source

ToggleVisualization(EntityUid, Boolean, NetworkConfiguratorComponent)

Toggles a device list's (tied to this network configurator) connection visualisation on and off.

Declaration
public void ToggleVisualization(EntityUid uid, bool toggle, NetworkConfiguratorComponent component = null)
Parameters
Type Name Description
EntityUid uid
System.Boolean toggle
NetworkConfiguratorComponent component
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾