Class UseInHandEvent
Raised when using the entity in your hands.
Inheritance
System.Object
UseInHandEvent
Namespace: Content.Shared.Interaction.Events
Assembly: Content.Shared.dll
Syntax
public sealed class UseInHandEvent : HandledEntityEventArgs
Constructors
| Improve this Doc View SourceUseInHandEvent(EntityUid)
Declaration
public UseInHandEvent(EntityUid user)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | user |
Properties
| Improve this Doc View SourceUser
Entity holding the item in their hand.
Declaration
public EntityUid User { get; }
Property Value
Type | Description |
---|---|
EntityUid |