Chris' Tutorials
Docs/Item Vault

Class

ItemVaultBus

Generated GDScript class reference for ItemVault.ItemVaultBus.

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_bus.gd

Syntax

class ItemVaultBus extends RefCounted

Members

NameKindSummary
item_droppedEventScoped signal bus for ItemVault events. Emitted when a scene is dropped into the game world.
item_pickedEventEmitted when a pickup is collected.
pickup_rejectedEventEmitted when a pickup cannot be accepted by the configured vault target.
item_addedEventEmitted when an item is added to a container.
item_removedEventEmitted when an item is removed from a container.
container_addedEventEmitted when a container is added to an inventory.
container_removedEventEmitted when a container is removed from an inventory.
item_movedEventEmitted when an item is moved between containers.

Source

addons/item_vault/item_vault_bus.gd

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