action · ui.action.settlement
settlement.focus-priority-normal
Returns the current village project to normal player priority.
ui.action.settlement.focus-priority-normal
- Stable ID
ui.action.settlement.focus-priority-normal- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- Phase 16D player direction
- Side effects
- Invokes the package action callback; gameplay requests still use commands.
- Determinism
- Action identity is stable and independent of physical input.
- Introduced
- 1.9.0
Usage
Clear the player priority contribution from the active village construction project's real Work job.
Parameters
- None
Returns
No direct value; the package handler submits command.work.set-priority with the detached Job revision.
Cost
One action callback and one command submission.
Fields
This symbol has no fields.
Errors
Examples
ui.button("Clear Project Priority", "ui.action.settlement.focus-priority-normal", "Restore normal project priority", 1)
API history
- 1.9.0: No-selection village project priority action added.