HandlingSetSuspensionLowerLimit
From Multi Theft Auto: Wiki
Sets the lower suspension limit of a handling element. This determines how low the wheels can go.
Syntax
bool handlingSetSuspensionLowerLimit ( handling theHandling, float lower )
Required Arguments
- theHandling: the handling of which you want to change the suspension lower limit.
- lower: the lower limit to set.
Returns
Returns true on success, false in case of failure.
Example
--TODO