Show / Hide Table of Contents

Class UnequippedHandEvent

Raised when removing an entity from an inventory slot.

Inheritance
System.Object
UnequippedHandEvent
DidUnequipHandEvent
GotUnequippedHandEvent
Namespace: Content.Shared.Hands
Assembly: Content.Shared.dll
Syntax
public abstract class UnequippedHandEvent : HandledEntityEventArgs

Constructors

| Improve this Doc View Source

UnequippedHandEvent(EntityUid, EntityUid, Hand)

Declaration
public UnequippedHandEvent(EntityUid user, EntityUid unequipped, Hand hand)
Parameters
Type Name Description
EntityUid user
EntityUid unequipped
Hand hand

Properties

| Improve this Doc View Source

Hand

Hand that the item is removed from.

Declaration
public Hand Hand { get; }
Property Value
Type Description
Hand
| Improve this Doc View Source

Unequipped

Item that was unequipped.

Declaration
public EntityUid Unequipped { get; }
Property Value
Type Description
EntityUid
| Improve this Doc View Source

User

Entity that equipped the item.

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