Game Get Logs
game_get_logsFetch new print output from a running Godot 4 game to observe runtime behavior and debug issues. Specify maxItems to control how many unread log lines are returned per call.
Instructions
Get new print output from the runnin…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxItems | No | Maximum unread log lines returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| meta | Yes | ||
| error | No |