game_find_nodes_by_class
Locate all nodes matching a specific class type in the running game, starting from a chosen root path.
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") |