action · ui.action.empire
empire.select-expedition
Selects one stable expedition row.
ui.action.empire.select-expedition
- Stable ID
ui.action.empire.select-expedition- 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 an expedition record by stable row_id for the regional expedition strip. The action does not issue expedition commands.
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-expedition", expedition_rows, {visible_rows = 4})
API history
- 1.19.0: Empire expedition selection added for Phase 19Q9F.