Show / Hide Table of Contents

Class EquippedEventBase

Inheritance
System.Object
EquippedEventBase
DidEquipEvent
GotEquippedEvent
Namespace: Content.Shared.Inventory.Events
Assembly: Content.Shared.dll
Syntax
public abstract class EquippedEventBase : EntityEventArgs

Constructors

| Improve this Doc View Source

EquippedEventBase(EntityUid, EntityUid, SlotDefinition)

Declaration
public EquippedEventBase(EntityUid equipee, EntityUid equipment, SlotDefinition slotDefinition)
Parameters
Type Name Description
EntityUid equipee
EntityUid equipment
SlotDefinition slotDefinition

Fields

| Improve this Doc View Source

Equipee

The entity equipping.

Declaration
public readonly EntityUid Equipee
Field Value
Type Description
EntityUid
| Improve this Doc View Source

Equipment

The entity which got equipped.

Declaration
public readonly EntityUid Equipment
Field Value
Type Description
EntityUid
| Improve this Doc View Source

Slot

The slot the entity got equipped to.

Declaration
public readonly string Slot
Field Value
Type Description
System.String
| Improve this Doc View Source

SlotFlags

Slotflags of the slot the entity just got equipped to.

Declaration
public readonly SlotFlags SlotFlags
Field Value
Type Description
SlotFlags
| Improve this Doc View Source

SlotGroup

The slot group the entity got equipped in.

Declaration
public readonly string SlotGroup
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾