HandlingSetTurnMass

From Multi Theft Auto: Wiki
Revision as of 22:14, 27 March 2008 by Arc (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sets the turn mass of a handling element.

Syntax

bool handlingSetTurnMass ( handling theHandling, float turnmass )

Required Arguments

  • theHandling: the handling you want to change the mass of.
  • turnmass: the new turn mass value.

Returns

Returns true on success, false in case of failure.

Example

--TODO

See Also