game_ui_item_list
Manage items in ItemList or OptionButton UI nodes by getting, selecting, adding, removing, or clearing items using a node path.
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 |