SetVehicleWheelTireColliderWidth — RedM Natives
0x47BD0270 · CFX · client
Use along with SetVehicleWheelWidth to resize the wheels (this native sets the collider width affecting physics while SetVehicleWheelWidth will change visual width).
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to obtain data for. |
| wheelIndex | int | Index of wheel, 0-3. |
| value | float | Width of tire collider. |
Returns
void