Defines how an ItemContainer stores stacks.
Source: addons/item_vault/inventory/container_type.gd
Syntax
class ContainerType extends ResourceMembers
| Name | Kind | Summary |
|---|---|---|
id | Property | |
display_name | Property | |
icon | Property | |
slot_based | Property | |
slot_count | Property | |
max_stacks | Property | |
max_weight | Property | |
slot_templates | Property | |
storage_filter_tags | Property | Container-level tags used by ItemFilter.for_storage() to route queries to containers tagged for a specific storage role. Mirrors the Rust backend's `container_type.storage_filter_tags` field (issue #224). |
is_valid | Method | |
constraint_for | Method |