action · ui.action.empire
empire.select-faction
Selects one stable Faction standing row.
ui.action.empire.select-faction
- Stable ID
ui.action.empire.select-faction- 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 Faction standing by stable row_id for regional presentation. The action does not change diplomatic state.
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-faction", faction_rows, {visible_rows = 5})
API history
- 1.19.0: Empire Faction selection added for Phase 19Q9F.