Class InteractHandEventArgs
Inheritance
System.Object
InteractHandEventArgs
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