Skip to content

Class

PickupAnimationPlayer

Generated GDScript class reference for ItemVault.PickupAnimationPlayer.

Status
Current
Version
v1.0
Source updated
2026-08-17
Generated on
2026-09-01

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