action · ui.action.tuning-bench
tuning-bench.time-200
Sets simulation wall-clock pace to 2x.
ui.action.tuning-bench.time-200
- Stable ID
ui.action.tuning-bench.time-200- 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 2x 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("2x", "ui.action.tuning-bench.time-200", "Double simulation pace")
API history
- 1.1.0: Development tuning preset added.