Skip to content
ct

Class

PickupAnimationPlayer

Generated GDScript class reference for ItemVault.PickupAnimationPlayer.

Status
Current
Version
v1.0
Updated
2026-07-31

Plays an animation after the picked_up signal is emitted. Typically the animation handles removal of the object from the scene on complete

Source: addons/item_vault/pickups/pickup_animation_player.gd

Syntax

class PickupAnimationPlayer extends AnimationPlayer

Members

NameKindSummary
pickupPropertyThe pickup to connect to and respond when the picked_up signal emits by playing the anim_pickup
anim_pickupPropertyThe animation to play once the pickup occurs