Class VendingMachineEjectItemWireAction
Inheritance
System.Object
VendingMachineEjectItemWireAction
Assembly: Content.Server.dll
Syntax
public sealed class VendingMachineEjectItemWireAction : ComponentWireAction<VendingMachineComponent>, 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
Methods
|
Improve this Doc
View Source
Cut(EntityUid, Wire, VendingMachineComponent)
Declaration
public override bool Cut(EntityUid user, Wire wire, VendingMachineComponent vending)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Content.Server.Wires.ComponentWireAction<Content.Shared.VendingMachines.VendingMachineComponent>.Cut(EntityUid, Content.Server.Wires.Wire, Content.Shared.VendingMachines.VendingMachineComponent)
|
Improve this Doc
View Source
GetLightState(Wire, VendingMachineComponent)
Declaration
public override StatusLightState? GetLightState(Wire wire, VendingMachineComponent comp)
Parameters
Returns
Overrides
Content.Server.Wires.ComponentWireAction<Content.Shared.VendingMachines.VendingMachineComponent>.GetLightState(Content.Server.Wires.Wire, Content.Shared.VendingMachines.VendingMachineComponent)
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
|
Improve this Doc
View Source
Mend(EntityUid, Wire, VendingMachineComponent)
Declaration
public override bool Mend(EntityUid user, Wire wire, VendingMachineComponent vending)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
Content.Server.Wires.ComponentWireAction<Content.Shared.VendingMachines.VendingMachineComponent>.Mend(EntityUid, Content.Server.Wires.Wire, Content.Shared.VendingMachines.VendingMachineComponent)
|
Improve this Doc
View Source
Pulse(EntityUid, Wire, VendingMachineComponent)
Declaration
public override void Pulse(EntityUid user, Wire wire, VendingMachineComponent vending)
Parameters
Overrides
Content.Server.Wires.ComponentWireAction<Content.Shared.VendingMachines.VendingMachineComponent>.Pulse(EntityUid, Content.Server.Wires.Wire, Content.Shared.VendingMachines.VendingMachineComponent)
Implements