Skip to content
ct

Class

PickupsCollector3D

Generated GDScript class reference for ItemVault.PickupsCollector3D.

Status
Draft
Version
v1.0
Updated
Development docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

Source: addons/item_vault/pickups/pickups_collector_3d.gd

Syntax

class PickupsCollector3D extends Area3D

Members

NameKindSummary
picked_upEventDetects Pickup3D nodes entering this trigger and emits `picked_up` for each. Wire the signal to an ItemVaultRuntime (or directly to an inventory target) to route collected items into inventory. Emitted when a pickup is successfully collected, carrying details of the event.
actorPropertyThe node performing the pickup action for this 3D collector.
sound_playerPropertyAudio player for playing pickup sound effects.
pickupProperty
pickupProperty
find_pickupMethod
try_pick_upMethod