Game Get UI
game_get_uiRetrieve a bounded list of visible UI elements from a running Godot 4 game to inspect its interface, optionally scoped to a runtime subtree and limited by a maximum control count.
Instructions
Get a bounded list of visible UI ele…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootPath | No | Optional runtime subtree root, such… | |
| maxElements | No | Maximum controls returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| meta | Yes | ||
| error | No |