action · ui.action.settlement
settlement.placement-rotate
Rotates the current construction placement preview clockwise.
ui.action.settlement.placement-rotate
- Stable ID
ui.action.settlement.placement-rotate- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- Phase 19Q9E spatial 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.9.0
Usage
Rotate the package-owned construction preview clockwise through the four orientations before validation and designation.
Parameters
- None
Returns
No gameplay value until designation.
Cost
One bounded package action callback and one later preview query.
Fields
This symbol has no fields.
Errors
Examples
ui.button("Rotate", "ui.action.settlement.placement-rotate", "Rotate placement", 1)
API history
- 1.19.0: Placement rotation added for Phase 19Q9E.