Show / Hide Table of Contents

Class InventoryEquipActEvent

This event is used to tell the server-inventorysystem someone wants to equip something

Inheritance
System.Object
InventoryEquipActEvent
Namespace: Content.Shared.Inventory.Events
Assembly: Content.Shared.dll
Syntax
public sealed class InventoryEquipActEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

InventoryEquipActEvent(NetEntity, NetEntity, String, Boolean, Boolean)

Declaration
public InventoryEquipActEvent(NetEntity uid, NetEntity itemUid, string slot, bool silent = false, bool force = false)
Parameters
Type Name Description
NetEntity uid
NetEntity itemUid
System.String slot
System.Boolean silent
System.Boolean force

Fields

| Improve this Doc View Source

Force

Declaration
public readonly bool Force
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ItemUid

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

Silent

Declaration
public readonly bool Silent
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Slot

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

Uid

Declaration
public readonly NetEntity Uid
Field Value
Type Description
NetEntity
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾