action · ui.action.tuning-bench
tuning-bench.time-100
Sets simulation wall-clock pace to 1x.
ui.action.tuning-bench.time-100
- Stable ID
ui.action.tuning-bench.time-100- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- Phase 16 tuning addendum development package
- Side effects
- Invokes the package callback; runtime changes still use restricted commands.
- Determinism
- Action identity is stable and independent of physical input.
- Introduced
- 1.1.0
Usage
Select the normal 1x simulation wall-clock pace preset in the Development Tuning Bench.
Parameters
- None
Returns
A logical action delivered to the owning package callback.
Cost
One action callback and one restricted tuning request.
Fields
This symbol has no fields.
Errors
Examples
ui.button("1x", "ui.action.tuning-bench.time-100", "Normal simulation pace")
API history
- 1.1.0: Development tuning preset added.