game_ui_menu
Manage PopupMenu and MenuBar items: add, remove, get items, set checked state, or clear by specifying node path and action.
Instructions
PopupMenu/MenuBar: add/remove/get menu items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Item ID | |
| text | No | Item text (for add) | |
| index | No | Item index | |
| action | Yes | Action: get_items, add, remove, set_checked, clear | |
| checked | No | Checked state | |
| nodePath | Yes | Path to PopupMenu/MenuBar |