Show / Hide Table of Contents

Class VendingMachineContrabandWireAction

Inheritance
System.Object
BaseWireAction
BaseToggleWireAction
VendingMachineContrabandWireAction
Implements
IWireAction
Namespace: Content.Server.VendingMachines
Assembly: Content.Server.dll
Syntax
public sealed class VendingMachineContrabandWireAction : BaseToggleWireAction, 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.Nullable<System.Object>
Overrides
BaseWireAction.StatusKey
| Improve this Doc View Source

TimeoutKey

Declaration
public override object? TimeoutKey { get; }
Property Value
Type Description
System.Nullable<System.Object>
Overrides
BaseToggleWireAction.TimeoutKey

Methods

| 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

GetValue(EntityUid)

Declaration
public override bool GetValue(EntityUid owner)
Parameters
Type Name Description
EntityUid owner
Returns
Type Description
System.Boolean
Overrides
BaseToggleWireAction.GetValue(EntityUid)
| Improve this Doc View Source

ToggleValue(EntityUid, Boolean)

Declaration
public override void ToggleValue(EntityUid owner, bool setting)
Parameters
Type Name Description
EntityUid owner
System.Boolean setting
Overrides
BaseToggleWireAction.ToggleValue(EntityUid, Boolean)

Implements

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