action · ui.action.events
events.select-tab
Selects one stable event-feed category.
ui.action.events.select-tab
- Stable ID
ui.action.events.select-tab- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- Phase 19Q9F regional and event interface
- Side effects
- Invokes the package action callback; gameplay requests still use commands.
- Determinism
- Action identity is stable and independent of physical input.
- Introduced
- 1.19.0
Usage
Select the All, Village, People, Work, or Threats event-feed tab 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.events.select-tab", event_tabs, active_tab)
API history
- 1.19.0: Event-feed tab selection added for Phase 19Q9F.