game_ui_tabs
Control Godot TabContainer/TabBar tabs: get tab lists, set the active tab, or update tab titles using the node path and action parameters.
Instructions
TabContainer/TabBar: get/set current tab
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Tab index | |
| title | No | Tab title | |
| action | Yes | Action: get_tabs, set_current, set_title | |
| nodePath | Yes | Path to TabContainer/TabBar |