game_ui_tree
Manage Tree control items in Godot: get, select, collapse, expand, add, or remove entries by path.
Instructions
Tree control: get/select/collapse/add/remove items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Item text (for add) | |
| action | Yes | Action: get_items, select, collapse, expand, add, remove | |
| column | No | Column index. Default: 0 | |
| itemPath | No | Item path (slash-separated indices) | |
| nodePath | Yes | Path to Tree control |