game_find_nodes_by_class
Locate all nodes of a specified class in a running Godot game. Search from an optional root path to target scene branches, returning matching nodes for inspection or manipulation.
Instructions
Find all nodes of a specific class type in the running game
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootPath | No | Root node path to start searching from. Default: "/root" | |
| className | Yes | Class name to search for (e.g., "CharacterBody3D", "Light3D") |