game_animation_control
Control Godot AnimationPlayer playback by seeking to a time, queuing animations, adjusting speed, retrieving info, and stopping animations.
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 |