game_animation_control
Control animation playback in Godot by seeking, queuing, adjusting speed, retrieving info, or stopping animations via AnimationPlayer nodes.
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 |