action · ui.action.settlement
settlement.placement-west
Moves the construction cursor one World-grid cell west.
ui.action.settlement.placement-west
- Stable ID
ui.action.settlement.placement-west- 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
Move the package-local building placement cursor one World-grid cell west.
Parameters
- None
Returns
No gameplay value; updates standard-interface presentation state.
Cost
One bounded package action.
Fields
This symbol has no fields.
Errors
Examples
ui.button("West", "ui.action.settlement.placement-west", "Move placement west", 1)
API history
- 1.5.0: Standard placement cursor action added.