SetVehicleHandling

From Multi Theft Auto: Wiki
Revision as of 17:00, 6 May 2011 by Qaisjp (talk | contribs) (Created page with "{{Server function}} __NOTOC__ This function can set a vehicle's handling.<br> '''Note:''' This function is still not implemented into the nightly, and currently only impelement...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function can set a vehicle's handling.
Note: This function is still not implemented into the nightly, and currently only impelemented in the handling branch

Syntax

table setVehicleHandling(element theVehicle, string prop int/float/bool value) 

Required Arguments

  • theVehicle: The vehicle you wish to set the handling of
  • prop: The property you wish to set the handling of the vehicle to
  • 'value: The value of the property you wish to set the handling of the vehicle to

Returns

Returns true if the handling was set successfully, false otherwise.

Example

-- to do

See Also

Template:Server vehicle functions