set_visual_wheel_width
Adjust the visual wheel width in GTA V by modifying the StreamRenderGfx path. Changes rendered size independently from physics, using discovered offsets.
Instructions
Set the visual wheel width using the FiveM-style StreamRenderGfx path.
This modifies the rendered wheel width, separate from the physics CWheel values. Offsets must be discovered first via find_wheel_visual_offsets.
Args: width: New wheel width (typically 0.1-0.5) dh_offset: Optional DrawHandler offset from vehicle (use cached if None) srg_offset: Optional StreamRenderGfx offset (use cached if None) width_offset: Optional width value offset (use cached if None)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| dh_offset | No | ||
| srg_offset | No | ||
| width_offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |