Show / Hide Table of Contents

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 Source

InteractNoHandEvent(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 Source

ClickLocation

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

Target

Entity that was interacted on.

Declaration
public EntityUid? Target
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

User

Entity that triggered the interaction.

Declaration
public EntityUid User
Field Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾