Class NetworkConfiguratorSystem
Inheritance
System.Object
NetworkConfiguratorSystem
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
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
|
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