execute_editor_script
Run custom GDScript code directly inside the Godot editor to automate editor tasks, modify scenes, or test game logic without running the project.
Instructions
Execute a GDScript snippet in the editor context (EditorScript)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | GDScript code to execute |