game_wait
Pause the game for a specified number of render or physics frames to control execution timing.
Instructions
Wait N frames in the running game
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frames | No | Number of frames to wait. Default: 1 | |
| frameType | No | Frame to wait on: "physics" (fixed 60Hz ticks) or "render". Default: render |