Show / Hide Table of Contents

Class RCDDoAfterEvent

Inheritance
System.Object
DoAfterEvent
RCDDoAfterEvent
Namespace: Content.Shared.RCD.Systems
Assembly: Content.Shared.dll
Syntax
public sealed class RCDDoAfterEvent : DoAfterEvent

Constructors

| Improve this Doc View Source

RCDDoAfterEvent(NetCoordinates, RcdMode)

Declaration
public RCDDoAfterEvent(NetCoordinates location, RcdMode startingMode)
Parameters
Type Name Description
Robust.Shared.Map.NetCoordinates location
RcdMode startingMode

Fields

| Improve this Doc View Source

Location

Declaration
public NetCoordinates Location
Field Value
Type Description
Robust.Shared.Map.NetCoordinates
| Improve this Doc View Source

StartingMode

Declaration
public RcdMode StartingMode
Field Value
Type Description
RcdMode

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
  • Constructors
    • RCDDoAfterEvent(NetCoordinates, RcdMode)
  • Fields
    • Location
    • StartingMode
  • Methods
    • Clone()
Back to top
Generated by DocFX
☀
☾