GetVehicleComponentPosition

From Multi Theft Auto: Wiki
Revision as of 04:35, 17 September 2012 by Lexr128 (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New items|3.0151|1.4| This function get component position for vehicle. }} ==Syntax== <syntaxhighlight lang="lua"> float, float, float getVehicleComponentP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This function get component position for vehicle.

Syntax

float, float, float getVehicleComponentPosition ( vehicle theVehicle, string theComponent )

Required Arguments

  • theVehicle: The vehicle you wish to set component position.
  • 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
  • wing_lf
  • wing_rf
  • extra_1
  • extra_2

Return

Returns three floats indicating the position of the component, x, y and z respectively.

See Also