Chris' Tutorials
Docs/Item Vault

Class

PickupsCollector2D

Generated GDScript class reference for ItemVault.PickupsCollector2D.

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/pickups/pickups_collector_2d.gd

Syntax

class PickupsCollector2D extends Area2D

Members

NameKindSummary
picked_upEventCollects Pickup2D objects and announces them on ItemVaultBus without directly touching inventory. Emitted when a pickup is successfully collected, carrying details of the event.
actorPropertyThe node performing the pickup action on behalf of this collector.
sound_playerPropertyAudio player for playing pickup sound effects.
pickupProperty
pickupProperty
find_pickupMethod
try_pick_upMethod
dataProperty

Source

addons/item_vault/pickups/pickups_collector_2d.gd

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