game_eval
Execute GDScript code in a running Godot game, using 'return' to get output values.
Instructions
Execute GDScript in the running game. Use "return" for values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | GDScript code to execute. Use "return" to return values. |