Sb3 Vm Run
sb3_vm_runRun a headless Scratch VM to advance execution and retrieve updated state plus event timeline, with configurable time, frames, and pacing.
Instructions
Advance the headless VM; returns state + event timeline. (proxied)
Budgets (seconds/frames) are omitted when 0 so the sidecar's own
defaults apply (its zod schema rejects an explicit 0), and untilIdle /
paced are only forwarded when set (None = sidecar default).
paced=False runs the budget back-to-back with no per-frame sleep, which
is what deterministic step-debug wants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paced | No | ||
| frames | No | ||
| seconds | No | ||
| untilIdle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |