Class InteractedNoHandEvent
Reverse of the InteractNoHandEvent - raised on what was interacted on, rather than the other way around.
Inheritance
System.Object
InteractedNoHandEvent
Namespace: Content.Shared.Interaction
Assembly: Content.Shared.dll
Syntax
public sealed class InteractedNoHandEvent : HandledEntityEventArgs
Constructors
| Improve this Doc View SourceInteractedNoHandEvent(EntityUid, EntityUid, EntityCoordinates)
Declaration
public InteractedNoHandEvent(EntityUid target, EntityUid user, EntityCoordinates clickLocation)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | target | |
EntityUid | user | |
Robust.Shared.Map.EntityCoordinates | clickLocation |
Fields
| Improve this Doc View SourceClickLocation
Declaration
public EntityCoordinates ClickLocation
Field Value
Type | Description |
---|---|
Robust.Shared.Map.EntityCoordinates |
Target
Entity that was interacted on
Declaration
public EntityUid Target
Field Value
Type | Description |
---|---|
EntityUid |
User
Entity that triggered this interaction
Declaration
public EntityUid User
Field Value
Type | Description |
---|---|
EntityUid |