SetHandlingInt — FiveM Natives
0x8AB3F46C · CFX · client
Sets a global handling override for a specific vehicle class. The name is supposed to match the handlingName field from handling.meta.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | char* | The vehicle class to set data for. |
| class_ | char* | The handling class to set. Only "CHandlingData" is supported at this time. |
| fieldName | char* | The field name to set. These match the keys in `handling.meta`. |
| value | int | The integer value to set. |
Returns
void