Show / Hide Table of Contents

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 Source

TimedWireEvent(WireActionDelegate, Wire)

Declaration
public TimedWireEvent(WireActionDelegate delegate, Wire wire)
Parameters
Type Name Description
WireActionDelegate delegate
Wire wire

Properties

| Improve this Doc View Source

Delegate

The function to be called once the timed event is complete.

Declaration
public WireActionDelegate Delegate { get; }
Property Value
Type Description
WireActionDelegate
| Improve this Doc View Source

Wire

The wire tied to this timed wire event.

Declaration
public Wire Wire { get; }
Property Value
Type Description
Wire
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾