![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| proto external void | SetSpring (int axis, float stiffness, float damping) |
| Sets spring parameters on a particular axis. | |
| proto external void | SetSpring (int axis, float stiffness, float damping) |
| Sets spring parameters on a particular axis. | |
Definition at line 10 of file physics6dofspringjoint.c.
Sets spring parameters on a particular axis.
When stiffness == -1 && damping == -1, spring is disabled.
| axis | Axis to be modified |
| stiffness | Value of the spring stiffness (Hooke's Law) |
| damping | Value of the spring damping. Between 0 and 1 (1 == no damping) |
Sets spring parameters on a particular axis.
When stiffness == -1 && damping == -1, spring is disabled.
| axis | Axis to be modified |
| stiffness | Value of the spring stiffness (Hooke's Law) |
| damping | Value of the spring damping. Between 0 and 1 (1 == no damping) |