Source: addons/item_vault/bridge/inventory_pickup_bridge.gd
Syntax
class InventoryPickupBridge extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
pickup_rejected | Event | 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). |
target | Property | |
enabled | Property | |
connect_bus | Method | |
disconnect_bus | Method | |
connect_pickup | Method | |
disconnect_pickup | Method | |
wallet | Property | |
added | Property | |
stack | Property | |
overflow | Property |