Show / Hide Table of Contents

Class AfterInteractEvent

Raised directed on the used object when clicking on another object and no standard interaction occurred. Used for low-priority interactions facilitated by the used entity.

Inheritance
System.Object
InteractEvent
AfterInteractEvent
Namespace: Content.Shared.Interaction
Assembly: Content.Shared.dll
Syntax
public sealed class AfterInteractEvent : InteractEvent

Constructors

| Improve this Doc View Source

AfterInteractEvent(EntityUid, EntityUid, Nullable<EntityUid>, EntityCoordinates, Boolean)

Declaration
public AfterInteractEvent(EntityUid user, EntityUid used, EntityUid? target, EntityCoordinates clickLocation, bool canReach)
Parameters
Type Name Description
EntityUid user
EntityUid used
System.Nullable<EntityUid> target
Robust.Shared.Map.EntityCoordinates clickLocation
System.Boolean canReach
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾