editor_run_gdscript
Execute GDScript code inside the Godot editor to automate tasks, modify scenes, or test functionality without running the game. Enables programmatic control of the editor.
Instructions
Execute arbitrary GDScript code in editor context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | GDScript code to execute in editor context |