Show / Hide Table of Contents

Class WireDoAfterEvent

Inheritance
System.Object
DoAfterEvent
WireDoAfterEvent
Namespace: Content.Shared.Wires
Assembly: Content.Shared.dll
Syntax
public sealed class WireDoAfterEvent : DoAfterEvent

Constructors

| Improve this Doc View Source

WireDoAfterEvent(WiresAction, Int32)

Declaration
public WireDoAfterEvent(WiresAction action, int id)
Parameters
Type Name Description
WiresAction action
System.Int32 id

Fields

| Improve this Doc View Source

Action

Declaration
public WiresAction Action
Field Value
Type Description
WiresAction
| Improve this Doc View Source

Id

Declaration
public int Id
Field Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Clone()

Declaration
public override DoAfterEvent Clone()
Returns
Type Description
DoAfterEvent
Overrides
DoAfterEvent.Clone()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾