action · ui.action.settlement
settlement.select-tab
Selects one stable settlement sheet tab.
ui.action.settlement.select-tab
- Stable ID
ui.action.settlement.select-tab- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- Phase 19Q9D settlement sheet
- Side effects
- Invokes the package action callback; gameplay requests still use commands.
- Determinism
- Action identity is stable and independent of physical input.
- Introduced
- 1.9.0
Usage
Select one of the six stable settlement overview tabs using the activation row_id.
Parameters
- None
Returns
No gameplay value. The package retains only the active tab index.
Cost
One bounded package action callback.
Fields
This symbol has no fields.
Errors
Examples
ui.tabs("ui.action.settlement.select-tab", settlement_tabs, active_tab)
API history
- 1.19.0: Settlement tab selection action added for Phase 19Q9D.