HandlingSetSuspensionUpperLimit
From Multi Theft Auto: Wiki
Sets the upper limit of the suspension for a handling element. This determines how high the wheels can bump up.
Syntax
bool handlingSetSuspensionUpperLimit ( handling theHandling, float upper )
Required Arguments
- theHandling: the handling of which you want to change the upper suspension limit.
- upper: the upper suspension limit to set.
Returns
Returns true on success, false in case of failure.
Example
--TODO