set_continuous
Apply a wheel value on every frame to persist modifications that GTA V's physics would otherwise reset each tick.
Instructions
Set a wheel value to be applied continuously (every frame).
GTA V's physics can reset wheel values each tick, so for some modifications to persist visually, they need to be reapplied every frame.
Args: wheel_index: Which wheel (0-3) field: Field name - "camber", "track_width", etc. value: Value to continuously apply enabled: True to enable, False to disable
Returns: Confirmation of continuous write status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wheel_index | Yes | ||
| field | Yes | ||
| value | Yes | ||
| enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |