Class ConstructionInteractDoAfterEvent
Inheritance
System.Object
ConstructionInteractDoAfterEvent
Assembly: Content.Shared.dll
Syntax
public sealed class ConstructionInteractDoAfterEvent : DoAfterEvent
Constructors
|
Improve this Doc
View Source
ConstructionInteractDoAfterEvent(IEntityManager, InteractUsingEvent)
Declaration
public ConstructionInteractDoAfterEvent(IEntityManager entManager, InteractUsingEvent ev)
Parameters
Fields
|
Improve this Doc
View Source
ClickLocation
Declaration
public NetCoordinates ClickLocation
Field Value
Type |
Description |
Robust.Shared.Map.NetCoordinates |
|
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public override DoAfterEvent Clone()
Returns
Overrides