evaluate_expression
Evaluate GDScript expressions directly in the Godot editor or a running game to test code logic and inspect values.
Instructions
Evaluate a GDScript expression in the editor or running game context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Context to evaluate in (default: editor) | editor |
| expression | Yes | GDScript expression to evaluate |