Hot reload
godot_hot_reloadReload GDScript files or the current scene in a running Godot game without restarting. Specify script resource paths or enable scene reload.
Instructions
Reload GDScript files and/or the current scene in the running game without restarting it. Pass script res:// paths to reload, and/or reload_scene=true to reinstantiate the current scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | No | Handle of a running game (e.g. "game-1"). Optional when exactly one game is running. | |
| scripts | No | Script resource paths to reload (res:// or relative). | |
| reload_scene | No | Reinstantiate the current scene. | |
| response_format | No | Output format. "markdown" is human-readable; "json" is structured. | markdown |