Class RefreshEquipmentHudEvent<T>
Inheritance
System.Object
RefreshEquipmentHudEvent<T>
Assembly: Content.Shared.dll
Syntax
public sealed class RefreshEquipmentHudEvent<T> : EntityEventArgs, IInventoryRelayEvent where T : IComponent
Type Parameters
Constructors
|
Improve this Doc
View Source
RefreshEquipmentHudEvent(SlotFlags)
Declaration
public RefreshEquipmentHudEvent(SlotFlags targetSlots)
Parameters
Fields
|
Improve this Doc
View Source
Active
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
System.Nullable<System.Object> |
|
Properties
|
Improve this Doc
View Source
TargetSlots
Declaration
public SlotFlags TargetSlots { get; }
Property Value
Implements