HandlingSetSuspensionUpperLimit

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

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

See Also