EngineGetFrameRotation

From Multi Theft Auto: Wiki
Revision as of 21:25, 10 September 2012 by Kenix1 (talk | contribs)
Jump to navigation Jump to search

This function get frame rotation from vehicle element.


Syntax

float rX, float rY, float rZ engineGetFrameRotation ( vehicle theVehicle, string
theComponent )

Required Arguments

  • theVehicle: The vehicle you wish to get frame rotation.
  • theComponent: A component.


List of components:

  • special_1
  • special_2
  • special_3
  • special_4
  • special_5
  • bonnet
  • boot
  • bumper_1
  • bumper_2
  • chassis
  • door_1
  • door_2
  • door_3
  • door_4
  • exhaust
  • windscreen


Returns

Returns three floats indicating the rotation of the frame, x, y and z respectively.

See Also