action · ui.action.work
work.priority-normal
Returns the displayed Work target to normal player priority.
ui.action.work.priority-normal
- Stable ID
ui.action.work.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.5.0
Usage
Clear the displayed Work target's durable player-priority contribution.
Parameters
- None
Returns
No direct value; the package handler submits command.work.set-priority with the neutral preset.
Cost
One action callback and one command submission.
Fields
This symbol has no fields.
Errors
Examples
ui.button("Normal Priority", "ui.action.work.priority-normal", "Clear work priority", 1)
API history
- 1.5.0: Standard neutral-priority action added.