GetVehicleDrivetrainType — FiveM Natives
0x1423725069EE1D14 · VEHICLE · all
`` NativeDB Introduced: v3258 ` Note: When using this native, the hash of the vehicle needs to be loaded into the client's memory. This can be done by requesting the model with REQUEST_MODEL or by simply having the vehicle spawned. `cpp enum eVehicleDrivetrainType { INVALID = 0, FWD = 1, RWD = 2, AWD = 3 }; ` ` NativeDB Introduced: v3258 ``
Parameters
| Name | Type | Description |
|---|---|---|
| vehicleModel | Hash | The hash of the vehicle model to check. |
Returns
int