Show / Hide Table of Contents

Class InteractHandEventArgs

Inheritance
System.Object
InteractHandEventArgs
Implements
ITargetedInteractEventArgs
Namespace: Content.Shared.Interaction
Assembly: Content.Shared.dll
Syntax
public sealed class InteractHandEventArgs : EventArgs, ITargetedInteractEventArgs

Constructors

| Improve this Doc View Source

InteractHandEventArgs(EntityUid, EntityUid)

Declaration
public InteractHandEventArgs(EntityUid user, EntityUid target)
Parameters
Type Name Description
EntityUid user
EntityUid target

Properties

| Improve this Doc View Source

Target

Declaration
public EntityUid Target { get; }
Property Value
Type Description
EntityUid
| Improve this Doc View Source

User

Declaration
public EntityUid User { get; }
Property Value
Type Description
EntityUid

Implements

ITargetedInteractEventArgs
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾