action · ui.action.empire
empire.select-route
Selects one stable known route for regional inspection.
ui.action.empire.select-route
- Stable ID
ui.action.empire.select-route- 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 a route row by stable row_id so the regional inspector can explain its retained knowledge, pressure, and danger.
Parameters
- None
Returns
No gameplay value.
Cost
One bounded package action callback.
Fields
This symbol has no fields.
Errors
Examples
ui.list("ui.action.empire.select-route", route_rows, {visible_rows = 6})
API history
- 1.19.0: Empire route selection added for Phase 19Q9F.