Show / Hide Table of Contents

Class PowerWireAction

Inheritance
System.Object
BaseWireAction
PowerWireAction
Implements
IWireAction
Namespace: Content.Server.Power
Assembly: Content.Server.dll
Syntax
public sealed class PowerWireAction : BaseWireAction, 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

AddWire(Wire, Int32)

Declaration
public override bool AddWire(Wire wire, int count)
Parameters
Type Name Description
Wire wire
System.Int32 count
Returns
Type Description
System.Boolean
Overrides
BaseWireAction.AddWire(Wire, Int32)
| Improve this Doc View Source

Cut(EntityUid, Wire)

Declaration
public override bool Cut(EntityUid user, Wire wire)
Parameters
Type Name Description
EntityUid user
Wire wire
Returns
Type Description
System.Boolean
Overrides
BaseWireAction.Cut(EntityUid, Wire)
| Improve this Doc View Source

GetLightState(Wire)

Declaration
public override StatusLightState? GetLightState(Wire wire)
Parameters
Type Name Description
Wire wire
Returns
Type Description
System.Nullable<StatusLightState>
Overrides
BaseWireAction.GetLightState(Wire)
| Improve this Doc View Source

Initialize()

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

Mend(EntityUid, Wire)

Declaration
public override bool Mend(EntityUid user, Wire wire)
Parameters
Type Name Description
EntityUid user
Wire wire
Returns
Type Description
System.Boolean
Overrides
BaseWireAction.Mend(EntityUid, Wire)
| Improve this Doc View Source

Pulse(EntityUid, Wire)

Declaration
public override void Pulse(EntityUid user, Wire wire)
Parameters
Type Name Description
EntityUid user
Wire wire
Overrides
BaseWireAction.Pulse(EntityUid, Wire)
| Improve this Doc View Source

Update(Wire)

Declaration
public override void Update(Wire wire)
Parameters
Type Name Description
Wire wire
Overrides
BaseWireAction.Update(Wire)

Implements

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