game_eval
game_evalExecute GDScript code in a running Godot game and retrieve outputs using the 'return' keyword.
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. |