action · ui.action.empire
empire.close
Closes the standard regional strategy view.
ui.action.empire.close
- Stable ID
ui.action.empire.close- 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
Close the standard regional map and its inspectors without changing simulation state.
Parameters
- None
Returns
No gameplay value.
Cost
One bounded package action callback.
Fields
This symbol has no fields.
Errors
Examples
ui.button("Close", "ui.action.empire.close", "Close empire view", 1)
API history
- 1.19.0: Empire-view close action added for Phase 19Q9F.