Class InteractNoHandEvent
Low-level interaction event used for entities without hands.
Inheritance
System.Object
InteractNoHandEvent
Namespace: Content.Shared.Interaction
Assembly: Content.Shared.dll
Syntax
public sealed class InteractNoHandEvent : HandledEntityEventArgs
Remarks
SHIT IS CURSED.
Constructors
| Improve this Doc View SourceInteractNoHandEvent(EntityUid, Nullable<EntityUid>, EntityCoordinates)
Declaration
public InteractNoHandEvent(EntityUid user, EntityUid? target, EntityCoordinates clickLocation)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | user | |
System.Nullable<EntityUid> | target | |
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 |
---|---|
System.Nullable<EntityUid> |
User
Entity that triggered the interaction.
Declaration
public EntityUid User
Field Value
Type | Description |
---|---|
EntityUid |