Difference between revisions of "APPLY FORCE TO CAR"
Jump to navigation
Jump to search
(Added IsForceDirectionReletive. Swapped around force & angle parameters as i found they were listed backwards here, in my testing. Added suggested values to unknown parameters.) |
m (Spelling check.) |
||
Line 20: | Line 20: | ||
|p9d=Unknown, suggested: true | |p9d=Unknown, suggested: true | ||
|p10t=bool | |p10t=bool | ||
− | |p10d= | + | |p10d=IsForceDirectionRelative |
|p11t=bool | |p11t=bool | ||
|p11d=Unknown, suggested: true | |p11d=Unknown, suggested: true | ||
Line 30: | Line 30: | ||
Applies force to a car. | Applies force to a car. | ||
− | P10 | + | P10 IsForceDirectionRelative specifies if the force direction is relative to direction object is facing (true), or static world direction (false). |
Revision as of 09:33, 14 June 2010
Number of parameters: 12 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | Car Id |
2. | bool | Unknown, suggested: true |
3. | float | X Force |
4. | float | Y Force |
5. | float | Z Force |
6. | float | X Angle |
7. | float | Y Angle |
8. | float | Z Angle |
9. | bool | Unknown, suggested: true |
10. | bool | IsForceDirectionRelative |
11. | bool | Unknown, suggested: true |
12. | bool | Unknown, suggested: true |
Return value: | ||
Type | Description | |
None |
Applies force to a car.
P10 IsForceDirectionRelative specifies if the force direction is relative to direction object is facing (true), or static world direction (false).