Class VendingMachineContrabandWireAction
Inheritance
System.Object
VendingMachineContrabandWireAction
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
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.Nullable<System.Object> |
|
Overrides
|
Improve this Doc
View Source
TimeoutKey
Declaration
public override object? TimeoutKey { get; }
Property Value
Type |
Description |
System.Nullable<System.Object> |
|
Overrides
Methods
|
Improve this Doc
View Source
GetLightState(Wire)
Declaration
public override StatusLightState? GetLightState(Wire wire)
Parameters
Type |
Name |
Description |
Wire |
wire |
|
Returns
Overrides
|
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
|
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
Implements