HandlingSetSuspensionUpperLimit

From Multi Theft Auto: Wiki
Revision as of 22:50, 27 March 2008 by Arc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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