Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.
Source: addons/item_vault/inventory/inventory.gd
Syntax
class Inventory extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
ItemFilter | Field | Tier-1 inventory aggregator. Owns multiple containers and a wallet. |
ItemQueryResult | Field | |
InventoryTransaction | Field | |
ItemVaultBus | Field | |
id | Property | |
name | Property | |
containers | Property | |
wallet | Property | |
max_containers | Property | |
max_weight | Property | |
set_bus | Method | |
add | Method | |
added | Property | |
before_count | Property | |
overflow | Property | |
after_count | Property | |
total_weight | Method | |
total | Property | |
add_container | Method | |
remove_container | Method | |
idx | Property | |
removed | Property | |
get_container | Method | |
query_items | Method | |
results | Property | |
query_containers | Method | |
matching | Property | |
get_item_count | Method | |
total | Property | |
has_item | Method | |
total_items | Method | |
get_statistics | Method | |
stack_count | Property | |
total_quantity | Property | |
containers_with_matches | Property | |
had_match | Property | |
create_transaction | Method | |
to_dict | Method | |
d | Property | |
from_dict | Method | |
inv | Property | |
type | Property | |
container | Property |
Source
addons/item_vault/inventory/inventory.gd
Plugin docs root:gdscript/plugins/item_vault_dev/addons/item_vault/guides