Class EquippedHandEvent
Raised when putting an entity into a hand slot
Namespace: Content.Shared.Hands
Assembly: Content.Shared.dll
Syntax
public abstract class EquippedHandEvent : HandledEntityEventArgs
Constructors
| Improve this Doc View SourceEquippedHandEvent(EntityUid, EntityUid, Hand)
Declaration
public EquippedHandEvent(EntityUid user, EntityUid equipped, Hand hand)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | user | |
EntityUid | equipped | |
Hand | hand |
Properties
| Improve this Doc View SourceEquipped
Item that was equipped.
Declaration
public EntityUid Equipped { get; }
Property Value
Type | Description |
---|---|
EntityUid |
Hand
Hand that the item was placed into.
Declaration
public Hand Hand { get; }
Property Value
Type | Description |
---|---|
Hand |
User
Entity that equipped the item.
Declaration
public EntityUid User { get; }
Property Value
Type | Description |
---|---|
EntityUid |