Show / Hide Table of Contents

Class RefreshEquipmentHudEvent<T>

Inheritance
System.Object
RefreshEquipmentHudEvent<T>
Implements
IInventoryRelayEvent
Namespace: Content.Shared.Inventory.Events
Assembly: Content.Shared.dll
Syntax
public sealed class RefreshEquipmentHudEvent<T> : EntityEventArgs, IInventoryRelayEvent where T : IComponent
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

RefreshEquipmentHudEvent(SlotFlags)

Declaration
public RefreshEquipmentHudEvent(SlotFlags targetSlots)
Parameters
Type Name Description
SlotFlags targetSlots

Fields

| Improve this Doc View Source

Active

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

ExtraData

Declaration
public object? ExtraData
Field Value
Type Description
System.Nullable<System.Object>

Properties

| Improve this Doc View Source

TargetSlots

Declaration
public SlotFlags TargetSlots { get; }
Property Value
Type Description
SlotFlags

Implements

IInventoryRelayEvent
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾