Source: addons/item_vault/pickups/pickups_collector_3d.gd
Syntax
class PickupsCollector3D extends Area3DMembers
| Name | Kind | Summary |
|---|---|---|
picked_up | Event | Detects 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. |
actor | Property | The node performing the pickup action for this 3D collector. |
sound_player | Property | Audio player for playing pickup sound effects. |
pickup | Property | |
pickup | Property | |
find_pickup | Method | |
try_pick_up | Method |