Show / Hide Table of Contents

Interface IInventoryRelayEvent

Events that should be relayed to inventory slots should implement this interface.

Namespace: Content.Shared.Inventory
Assembly: Content.Shared.dll
Syntax
public interface IInventoryRelayEvent

Properties

| Improve this Doc View Source

TargetSlots

What inventory slots should this event be relayed to, if any?

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

In general you may want to exclude POCKET, given that those items are not truly "equipped" by the user.

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