Vehicle Components: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Undo revision 58546 by JeViCo (talk) Reason: Part's still can't be removed.)
(added related functions list)
(3 intermediate revisions by 2 users 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>
*''NOTES:
{{Note|Changing wheel position on Z axis doesn't work.}}
**''Unknown Component is all that what give "false" when i try move it.''
**''Changing wheel position on Z axis doesn't work.''
<br>
<br>
{|class="wikitable" style="text-align:center; margin: 1em auto 1em auto;"
{|class="wikitable" style="text-align:center; margin: 1em auto 1em auto;"
Line 14: Line 12:
|-
|-
|style="background:#cfcfcf;"|ug_nitro
|style="background:#cfcfcf;"|ug_nitro
|style="background:#cfcfcf;"|Unknown Component
|style="background:#cfcfcf;"|Nitro (tuning part)
|-
|-
|style="background:#cfcfcf;"|wheel_rf_dummy
|style="background:#cfcfcf;"|wheel_rf_dummy
Line 32: Line 30:
|-
|-
|style="background:#cfcfcf;"|chassis_vlo
|style="background:#cfcfcf;"|chassis_vlo
|style="background:#cfcfcf;"|Unknown Component
|style="background:#cfcfcf;"|Chassis (lod)[Can't be hid]
|-
|-
|style="background:#cfcfcf;"|ug_roof
|style="background:#cfcfcf;"|ug_roof
|style="background:#cfcfcf;"|Unknown Component
|style="background:#cfcfcf;"|Roof [Can't be hid]
|-
|-
|style="background:#cfcfcf;"|door_rf_dummy
|style="background:#cfcfcf;"|door_rf_dummy
Line 52: Line 50:
|style="background:#cfcfcf;"|Hood
|style="background:#cfcfcf;"|Hood
|-
|-
|style="background:#cfcfcf;"|ug_wing_right
|style="background:#cfcfcf;"|ug_wing_right  
|style="background:#cfcfcf;"|Unknown Component
|style="background:#cfcfcf;"|Right wing (tuning part) [Can't be hid]
|-
|-
|style="background:#cfcfcf;"|bump_front_dummy
|style="background:#cfcfcf;"|bump_front_dummy
Line 66: Line 64:


|style="background:#cfcfcf;"|ug_wing_left
|style="background:#cfcfcf;"|ug_wing_left
|style="background:#cfcfcf;"|Unknow Component
|style="background:#cfcfcf;"|Leftwing (tuning part) [Can't be hid]
|-
|-
|style="background:#cfcfcf;"|exhaust_ok
|style="background:#cfcfcf;"|exhaust_ok
|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