forge_execute_gdscript
Execute GDScript code in Forge Engine to automate development tasks, modify node properties, and control scene trees directly from the editor context.
Instructions
Execute arbitrary GDScript code in the editor context. Useful for quick automation tasks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | GDScript code to execute |