get_game_scene_tree
Retrieve the live scene tree from a running Godot game, including autoloads, to inspect the current node hierarchy and game state.
Instructions
Dump the live scene tree of the running game from the tree root, including autoloads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | ||
| named_only | No | ||
| type_filter | No | ||
| script_filter | No |