Show / Hide Table of Contents

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 Source

HandDeselectedEvent(EntityUid)

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

Properties

| Improve this Doc View Source

User

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