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/pickups/pickups_collector_2d.gd
Syntax
class PickupsCollector2D extends Area2DMembers
| Name | Kind | Summary |
|---|---|---|
picked_up | Event | Collects Pickup2D objects and announces them on ItemVaultBus without directly touching inventory. Emitted when a pickup is successfully collected, carrying details of the event. |
actor | Property | The node performing the pickup action on behalf of this collector. |
sound_player | Property | Audio player for playing pickup sound effects. |
pickup | Property | |
pickup | Property | |
find_pickup | Method | |
try_pick_up | Method | |
data | Property |
Source
addons/item_vault/pickups/pickups_collector_2d.gd
Plugin docs root:gdscript/plugins/item_vault_dev/addons/item_vault/guides