SetHandlingField
DocsSetHandlingField(vehicle, class_, fieldName, value)Description
Sets a global handling override for a specific vehicle class. The name is supposed to match the handlingName field from handling.meta.
Example: SetHandlingField('AIRTUG', 'CHandlingData', 'fSteeringLock', 360.0)
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 | Any | The value to set. |
Returns
voidThis native does not return a value.