GetVehicleHandlingFloat — FiveM Natives
0x642FC12F · CFX · client
Returns the effective handling data of a vehicle as a floating-point value. Example: local fSteeringLock = GetVehicleHandlingFloat(vehicle, 'CHandlingData', 'fSteeringLock')
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to obtain data for. |
| class_ | char* | The handling class to get. Only "CHandlingData" is supported at this time. |
| fieldName | char* | The field name to get. These match the keys in `handling.meta`. |
Returns
float