action · ui.action.settlement
settlement.focus-priority-high
Raises the current village project's player priority.
ui.action.settlement.focus-priority-high
- Stable ID
ui.action.settlement.focus-priority-high- 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
Raise the active village construction project's real Work job to maximum player priority from the normal no-selection interface.
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("Prioritize Project", "ui.action.settlement.focus-priority-high", "Prioritize the current project", 1)
API history
- 1.9.0: No-selection village project priority action added.