game_animation_control
game_animation_controlManage Godot AnimationPlayer playback: seek to a position, queue animations, set speed, stop, or retrieve current animation info.
Instructions
AnimationPlayer seek/queue/speed/info control
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| speed | No | Playback speed scale | |
| action | Yes | Action: seek, queue, set_speed, get_info, stop | |
| nodePath | Yes | Path to AnimationPlayer node | |
| position | No | Seek position in seconds | |
| animationName | No | Animation name |