Show / Hide Table of Contents

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 Source

HandSelectedEvent(EntityUid)

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

Properties

| Improve this Doc View Source

User

Entity that owns the selected 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
☀
☾