ATTACH CAR TO CAR
Jump to navigation
Jump to search
Number of parameters: 9 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | Vehicle Child |
2. | integer | Vehicle Parent |
3. | bool | Relative offsets |
4. | float | X Offset |
5. | float | Y Offset |
6. | float | Z Offset |
7. | float | X Rotation |
8. | float | Y Rotation |
9. | float | Z Rotation |
Return value: | ||
Type | Description | |
None |
Attaches 2 Vehicles together. Rotation are in radians. If the 'Relative offsets' boolean is true the offsets are relative otherwise they are Absolute (to the world).
This section is incomplete. You can help by fixing and expanding it.