Function VehicleWheel.wheelRollInfluence
This value affects the roll of your vehicle. If set to 1.0 for all wheels, your vehicle will be prone to rolling over, while a value of 0.0 will resist body roll.
double wheelRollInfluence() nothrow @property @nogc;
void wheelRollInfluence
(
double v
) nothrow @property @nogc;