Chris' Tutorials
Docs/Item Vault

Class

ItemVaultRuntime

Generated GDScript class reference for ItemVault.ItemVaultRuntime.

StatusDraft
Versionv1.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

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/item_vault_runtime.gd

Syntax

class ItemVaultRuntime extends Node

Members

NameKindSummary
busPropertyOptional scene-owned composition root for ItemVault runtime services. Scoped event bus. Created automatically when omitted.
databasePropertyScoped item lookup. Created automatically when omitted.
bridgePropertyOptional bridge from pickup events to an ItemVault inventory target.
inventory_targetPropertyInventory-like target for the bridge. Must provide add(stack) -> ItemStack.
database_dirsPropertyFolders scanned by ItemDatabase when auto_reload_database is enabled.
auto_reload_databasePropertyReload database in _ready after applying database_dirs.
bridge_enabledPropertyEnables or disables InventoryPickupBridge when it exists.
initializeMethod
set_inventory_targetMethod
connect_pickupMethod
disconnect_pickupMethod

Source

addons/item_vault/item_vault_runtime.gd

Plugin docs root:gdscript/plugins/item_vault_dev/addons/item_vault/guides