game_ui_item_list
game_ui_item_listQuery and update items in ItemList or OptionButton controls, supporting get, select, add, remove, and clear actions.
Instructions
ItemList/OptionButton: get/select/add/remove items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Item text (for add) | |
| index | No | Item index | |
| action | Yes | Action: get_items, select, add, remove, clear | |
| nodePath | Yes | Path to ItemList/OptionButton |