GetVehicleHandlingVector — FiveM Natives
0xFB341304 · CFX · client
Returns the effective handling data of a vehicle as a vector value. Example: local inertiaMultiplier = GetVehicleHandlingVector(vehicle, 'CHandlingData', 'vecInertiaMultiplier')
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
Vector3