game_ui_menu
Manage PopupMenu and MenuBar items through add, remove, get, set checked, and clear actions.
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 |