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 SourceTargetSlots
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.