game_animation_control
Control AnimationPlayer playback: seek to time, queue animations, adjust speed, or retrieve 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 |