Show / Hide Table of Contents

Class AtmosMonitorDeviceNetWire

Inheritance
System.Object
BaseWireAction
ComponentWireAction<AtmosAlarmableComponent>
AtmosMonitorDeviceNetWire
Implements
IWireAction
Namespace: Content.Server.Atmos.Monitor
Assembly: Content.Server.dll
Syntax
public sealed class AtmosMonitorDeviceNetWire : ComponentWireAction<AtmosAlarmableComponent>, IWireAction

Properties

| Improve this Doc View Source

Color

Declaration
public override Color Color { get; set; }
Property Value
Type Description
Color
Overrides
BaseWireAction.Color
| Improve this Doc View Source

Name

Declaration
public override string Name { get; set; }
Property Value
Type Description
System.String
Overrides
BaseWireAction.Name
| Improve this Doc View Source

StatusKey

Declaration
public override object StatusKey { get; }
Property Value
Type Description
System.Object
Overrides
BaseWireAction.StatusKey

Methods

| Improve this Doc View Source

Cut(EntityUid, Wire, AtmosAlarmableComponent)

Declaration
public override bool Cut(EntityUid user, Wire wire, AtmosAlarmableComponent comp)
Parameters
Type Name Description
EntityUid user
Wire wire
AtmosAlarmableComponent comp
Returns
Type Description
System.Boolean
Overrides
Content.Server.Wires.ComponentWireAction<Content.Server.Atmos.Monitor.Components.AtmosAlarmableComponent>.Cut(EntityUid, Content.Server.Wires.Wire, Content.Server.Atmos.Monitor.Components.AtmosAlarmableComponent)
| Improve this Doc View Source

GetLightState(Wire, AtmosAlarmableComponent)

Declaration
public override StatusLightState? GetLightState(Wire wire, AtmosAlarmableComponent comp)
Parameters
Type Name Description
Wire wire
AtmosAlarmableComponent comp
Returns
Type Description
System.Nullable<StatusLightState>
Overrides
Content.Server.Wires.ComponentWireAction<Content.Server.Atmos.Monitor.Components.AtmosAlarmableComponent>.GetLightState(Content.Server.Wires.Wire, Content.Server.Atmos.Monitor.Components.AtmosAlarmableComponent)
| Improve this Doc View Source

Initialize()

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

Mend(EntityUid, Wire, AtmosAlarmableComponent)

Declaration
public override bool Mend(EntityUid user, Wire wire, AtmosAlarmableComponent comp)
Parameters
Type Name Description
EntityUid user
Wire wire
AtmosAlarmableComponent comp
Returns
Type Description
System.Boolean
Overrides
Content.Server.Wires.ComponentWireAction<Content.Server.Atmos.Monitor.Components.AtmosAlarmableComponent>.Mend(EntityUid, Content.Server.Wires.Wire, Content.Server.Atmos.Monitor.Components.AtmosAlarmableComponent)
| Improve this Doc View Source

Pulse(EntityUid, Wire, AtmosAlarmableComponent)

Declaration
public override void Pulse(EntityUid user, Wire wire, AtmosAlarmableComponent comp)
Parameters
Type Name Description
EntityUid user
Wire wire
AtmosAlarmableComponent comp
Overrides
Content.Server.Wires.ComponentWireAction<Content.Server.Atmos.Monitor.Components.AtmosAlarmableComponent>.Pulse(EntityUid, Content.Server.Wires.Wire, Content.Server.Atmos.Monitor.Components.AtmosAlarmableComponent)

Implements

IWireAction
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾