Skip to main content

B1InventorySlotKey

  • Structure that defines a unique key for an inventory slot.
    * Used to identify and differentiate items in inventory, supporting both stackable and non-stackable items.
PropertyTypeDescriptionMetadata
EntityIdFB1EntityIdEntity ID of the item (used for non-stackable items).
OwnershipDataFB1OwnershipDataOwnership data used to distinguish items by owner (used for stackable items).
ObjectStateIdFNameObject state ID used to distinguish items by state (used for stackable items).
ObjectStateGroupIdFNameObject state group ID used to differentiate state groups (used for stackable items).
ObjectDtIdFNameData table ID of the object template for this slot key.