ResetVehicleComponentRotation

From Multi Theft Auto: Wiki
Revision as of 20:35, 25 October 2012 by Cazomino05 (talk | contribs)
Jump to navigation Jump to search

This function reset to default component rotation for vehicle.

Syntax

bool resetVehicleComponentRotation ( vehicle theVehicle, string theComponent )

Required Arguments

  • theVehicle: The vehicle you wish to reset component rotation.
  • theComponent: A vehicle component (this is the frame name from the model file of the component you wish to modify)

Returns

Returns true if the rotation of the component was reset, false otherwise.

Example

TODO

--TODO

See Also