Class TimedWireEvent
Inheritance
System.Object
TimedWireEvent
Namespace: Content.Server.Wires
Assembly: Content.Server.dll
Syntax
public sealed class TimedWireEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceTimedWireEvent(WireActionDelegate, Wire)
Declaration
public TimedWireEvent(WireActionDelegate delegate, Wire wire)
Parameters
Type | Name | Description |
---|---|---|
WireActionDelegate | delegate | |
Wire | wire |
Properties
| Improve this Doc View SourceDelegate
The function to be called once the timed event is complete.
Declaration
public WireActionDelegate Delegate { get; }
Property Value
Type | Description |
---|---|
WireActionDelegate |
Wire
The wire tied to this timed wire event.
Declaration
public Wire Wire { get; }
Property Value
Type | Description |
---|---|
Wire |