godot_execute
Run GDScript code directly inside the Godot editor to automate tasks, test logic, or manipulate the scene in real time.
Instructions
Execute GDScript code in the Godot editor (shorthand for godot_call method=execute_editor_script).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | GDScript code to execute in the editor |