Namespace Content.Shared.Containers.ItemSlots
Classes
ItemSlot
This is effectively a wrapper for a ContainerSlot that adds content functionality like entity whitelists and insert/eject sounds.
ItemSlotButtonPressedEvent
Used for various "eject this item" buttons.
ItemSlotsComponent
Used for entities that can hold items in different slots. Needed by ItemSlotSystem to support basic insert/eject interactions.
ItemSlotsComponentState
ItemSlotsSystem
A class that handles interactions related to inserting/ejecting items into/from an item slot.