Show / Hide Table of Contents

Class EquippedHandEvent

Raised when putting an entity into a hand slot

Inheritance
System.Object
EquippedHandEvent
DidEquipHandEvent
GotEquippedHandEvent
Namespace: Content.Shared.Hands
Assembly: Content.Shared.dll
Syntax
public abstract class EquippedHandEvent : HandledEntityEventArgs

Constructors

| Improve this Doc View Source

EquippedHandEvent(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 Source

Equipped

Item that was equipped.

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

Hand

Hand that the item was placed into.

Declaration
public Hand Hand { get; }
Property Value
Type Description
Hand
| 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
☀
☾