Difference between revisions of "ATTACH CAR TO CAR"
Jump to navigation
Jump to search
m |
(corection) |
||
Line 6: | Line 6: | ||
|p2d=Vehicle Parent | |p2d=Vehicle Parent | ||
|p3t=bool | |p3t=bool | ||
− | |p3d= | + | |p3d=Absolute offsets |
|p4t=float | |p4t=float | ||
|p4d=X Offset | |p4d=X Offset | ||
Line 22: | Line 22: | ||
}} | }} | ||
− | Attaches two Vehicles together. Rotation are in radians. If the 'Relative offsets' boolean is true the offsets are | + | Attaches two Vehicles together. Rotation are in radians. If the 'Relative offsets' boolean is true the offsets are absolute (to the world) otherwise they are relative (to the vehicle). |
{{Incomplete}} | {{Incomplete}} |
Revision as of 14:20, 20 November 2011
Number of parameters: 9 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | Vehicle Child |
2. | integer | Vehicle Parent |
3. | bool | Absolute 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 two Vehicles together. Rotation are in radians. If the 'Relative offsets' boolean is true the offsets are absolute (to the world) otherwise they are relative (to the vehicle).
This section is incomplete. You can help by fixing and expanding it.