Class HandSelectedEvent
Raised when an item entity held by a hand is selected.
Inheritance
System.Object
HandSelectedEvent
Namespace: Content.Shared.Hands
Assembly: Content.Shared.dll
Syntax
public sealed class HandSelectedEvent : HandledEntityEventArgs
Constructors
| Improve this Doc View SourceHandSelectedEvent(EntityUid)
Declaration
public HandSelectedEvent(EntityUid user)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | user |
Properties
| Improve this Doc View SourceUser
Entity that owns the selected hand.
Declaration
public EntityUid User { get; }
Property Value
Type | Description |
---|---|
EntityUid |