game_play_animation
Control AnimationPlayer nodes in Godot by playing, stopping, pausing, or listing animations.
Instructions
Control an AnimationPlayer node: play, stop, pause, or list animations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action: "play", "stop", "pause", or "get_list" | |
| nodePath | Yes | Path to the AnimationPlayer node | |
| animation | No | Animation name (required for "play" action) |