Inspect running game
runtime_inspectInspect the live runtime state of a running Godot game. Get actual node tree, property values, FPS, and node counts to see what's true at runtime instead of the scene file.
Instructions
Read the live state of the running game: actual node tree with world positions and visibility, real property values, FPS and node counts. Shows what is true at runtime, which often differs from the scene file. Requires bridge_install.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | Node path for what='node', relative to the current scene. | . |
| what | No | 'state' for a summary, 'tree' for the live hierarchy, 'node' for one node's properties. | state |
| project | No | Godot project folder (the one with project.godot). Optional if the server was started with --project. | |
| max_depth | No | ||
| properties | No | Limit to these property names. |