Show / Hide Table of Contents

Class UnequippedEventBase

Inheritance
System.Object
UnequippedEventBase
DidUnequipEvent
GotUnequippedEvent
Namespace: Content.Shared.Inventory.Events
Assembly: Content.Shared.dll
Syntax
public abstract class UnequippedEventBase : EntityEventArgs

Constructors

| Improve this Doc View Source

UnequippedEventBase(EntityUid, EntityUid, SlotDefinition)

Declaration
public UnequippedEventBase(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 unequipping.

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

Equipment

The entity which got unequipped.

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

Slot

The slot the entity got unequipped from.

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

SlotGroup

The slot group the entity got unequipped from.

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
☀
☾