Source: addons/item_vault/pickups/pickup_3d.gd
Syntax
class Pickup3D extends Area3DMembers
| Name | Kind | Summary |
|---|---|---|
picked_up | Event | |
root | Property | |
resource_count | Property | |
pickup_resource_file | Property | |
free_on_pickup | Property | |
sound | Property | |
pickup_delay | Property | |
loot_table | Property | |
contents | Property | First-class authoring contract for a preplaced pickup. When set, this is the primary static payload (after runtime WorldItemStackMeta overrides). Prefer this over pickup_resource_file (a file path) for inspector-driven level authoring — assign an ItemDefinition directly from the dropdown. |
take | Method | |
get_pickup_stack | Method | |
validate | Method |