Vehicle Components: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(removed note that was unnecesary after last edits, and put the remaining note in a nice header)
(added related functions list)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''All components were tested in the vehicle "Sultan"'''
This page aims to provide an overview of vehicle components. The list is currently incomplete.
<br>
<br>
{{Note|Changing wheel position on Z axis doesn't work.}}
{{Note|Changing wheel position on Z axis doesn't work.}}
Line 69: Line 69:
|style="background:#cfcfcf;"|Exhausts
|style="background:#cfcfcf;"|Exhausts
|}
|}
==Related scripting functions==
*[[setVehicleComponentVisible]]
*[[setVehicleComponentPosition]]
*[[setVehicleComponentRotation]]
*[[setVehicleComponentScale]]
<br>
*[[resetVehicleComponentPosition]]
*[[resetVehicleComponentRotation]]
*[[resetVehicleComponentScale]]
<br>
*[[getVehicleComponents]]
*[[getVehicleComponentVisible]]
*[[getVehicleComponentScale]]
*[[getVehicleComponentRotation]]
*[[getVehicleComponentPosition]]


==Vehicle functions==
==Vehicle functions==
{{Client_vehicle_functions}}
{{Client_vehicle_functions}}

Revision as of 00:52, 18 July 2019

This page aims to provide an overview of vehicle components. The list is currently incomplete.

[[{{{image}}}|link=|]] Note: Changing wheel position on Z axis doesn't work.


Component Name Description
boot_dummy Trunk door
ug_nitro Nitro (tuning part)
wheel_rf_dummy Right Front Wheel
wheel_lf_dummy Left Front Wheel
wheel_rb_dummy Right Back Wheel
wheel_lb_dummy Left Back Wheel
chassis Chassis
chassis_vlo Chassis (lod)[Can't be hid]
ug_roof Roof [Can't be hid]
door_rf_dummy Right Front Door
door_lf_dummy Left Front Door
door_rr_dummy Right Back Door
door_lr_dummy Left Back Door
bonnet_dummy Hood
ug_wing_right Right wing (tuning part) [Can't be hid]
bump_front_dummy Front bumper
bump_rear_dummy Back bumper
windscreen_dummy Windscreen
ug_wing_left Leftwing (tuning part) [Can't be hid]
exhaust_ok Exhausts

Related scripting functions




Vehicle functions