action · ui.action.empire
empire.map-select
Selects one stable World-grid position on the regional map.
ui.action.empire.map-select
- Stable ID
ui.action.empire.map-select- 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
Receive a regional-map World cell as row_id and retain a camera-centering target for the next composition.
Parameters
- None
Returns
No gameplay value.
Cost
One bounded action callback and one detached camera intent.
Fields
This symbol has no fields.
Errors
Examples
ui.surface("region_map", 1.6, "ui.action.empire.map-select")
API history
- 1.19.0: Regional-map camera selection added for Phase 19Q9F.