set_visual_wheel_size
Modify the rendered wheel size in GTA V using memory offsets, independent from physics values. Requires discovered offsets from find_wheel_visual_offsets.
Instructions
Set the visual wheel size using the FiveM-style StreamRenderGfx path.
This modifies the rendered wheel size, separate from the physics CWheel values. Offsets must be discovered first via find_wheel_visual_offsets.
Args: size: New wheel size (typically 0.3-1.5) dh_offset: Optional DrawHandler offset from vehicle (use cached if None) srg_offset: Optional StreamRenderGfx offset (use cached if None) size_offset: Optional size value offset (use cached if None)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | ||
| dh_offset | No | ||
| srg_offset | No | ||
| size_offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |