HandlingSetTurnMass

From Multi Theft Auto: Wiki
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