Skip to content
ct

Class

InventoryPickupBridge

Generated GDScript class reference for ItemVault.InventoryPickupBridge.

Status
Current
Version
v1.0
Updated
2026-07-31

Routes pickup events into a scoped inventory target without an autoload. The target must satisfy the InventoryTarget contract (see bridge/inventory_target.gd): expose add(stack: ItemStack) -> ItemStack, and optionally a wallet property for currency routing. The target setter validates the contract at assignment so misconfiguration fails loudly, not silently at pickup time (issue #149).

Source: addons/item_vault/bridge/inventory_pickup_bridge.gd

Syntax

class InventoryPickupBridge extends RefCounted

Members

NameKindSummary
pickup_rejectedSignal
targetProperty
enabledProperty
connect_busMethod
disconnect_busMethod
connect_pickupMethod
disconnect_pickupMethod