Returns: Returns the vehicle's drivetrain type.
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.
enum eVehicleDrivetrainType
{
INVALID = 0,
FWD = 1,
RWD = 2,
AWD = 3
};
NativeDB Introduced: v3258