Show / Hide Table of Contents

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 Source

UseInHandEvent(EntityUid)

Declaration
public UseInHandEvent(EntityUid user)
Parameters
Type Name Description
EntityUid user

Properties

| Improve this Doc View Source

User

Entity holding the item in their hand.

Declaration
public EntityUid User { get; }
Property Value
Type Description
EntityUid
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾