Class DoorTimingWireAction
Inheritance
System.Object
DoorTimingWireAction
Assembly: Content.Server.dll
Syntax
public sealed class DoorTimingWireAction : ComponentWireAction<AirlockComponent>, IWireAction
Properties
|
Improve this Doc
View Source
Color
Declaration
public override Color Color { get; set; }
Property Value
Overrides
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
StatusKey
Declaration
public override object StatusKey { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
Methods
|
Improve this Doc
View Source
Cut(EntityUid, Wire, AirlockComponent)
Declaration
public override bool Cut(EntityUid user, Wire wire, AirlockComponent door)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Content.Server.Wires.ComponentWireAction<Content.Shared.Doors.Components.AirlockComponent>.Cut(EntityUid, Content.Server.Wires.Wire, Content.Shared.Doors.Components.AirlockComponent)
|
Improve this Doc
View Source
GetLightState(Wire, AirlockComponent)
Declaration
public override StatusLightState? GetLightState(Wire wire, AirlockComponent comp)
Parameters
Returns
Overrides
Content.Server.Wires.ComponentWireAction<Content.Shared.Doors.Components.AirlockComponent>.GetLightState(Content.Server.Wires.Wire, Content.Shared.Doors.Components.AirlockComponent)
|
Improve this Doc
View Source
Mend(EntityUid, Wire, AirlockComponent)
Declaration
public override bool Mend(EntityUid user, Wire wire, AirlockComponent door)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Content.Server.Wires.ComponentWireAction<Content.Shared.Doors.Components.AirlockComponent>.Mend(EntityUid, Content.Server.Wires.Wire, Content.Shared.Doors.Components.AirlockComponent)
|
Improve this Doc
View Source
Pulse(EntityUid, Wire, AirlockComponent)
Declaration
public override void Pulse(EntityUid user, Wire wire, AirlockComponent door)
Parameters
Overrides
Content.Server.Wires.ComponentWireAction<Content.Shared.Doors.Components.AirlockComponent>.Pulse(EntityUid, Content.Server.Wires.Wire, Content.Shared.Doors.Components.AirlockComponent)
|
Improve this Doc
View Source
Update(Wire)
Declaration
public override void Update(Wire wire)
Parameters
Type |
Name |
Description |
Wire |
wire |
|
Overrides
Implements