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