Class UnequippedHandEvent
Raised when removing an entity from an inventory slot.
Namespace: Content.Shared.Hands
Assembly: Content.Shared.dll
Syntax
public abstract class UnequippedHandEvent : HandledEntityEventArgs
Constructors
| Improve this Doc View SourceUnequippedHandEvent(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 SourceHand
Hand that the item is removed from.
Declaration
public Hand Hand { get; }
Property Value
Type | Description |
---|---|
Hand |
Unequipped
Item that was unequipped.
Declaration
public EntityUid Unequipped { get; }
Property Value
Type | Description |
---|---|
EntityUid |
User
Entity that equipped the item.
Declaration
public EntityUid User { get; }
Property Value
Type | Description |
---|---|
EntityUid |