Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
physicsconetwistjoint.c
Go to the documentation of this file.
1
5
11{
17 proto external void SetLimit(int limitIndex, float limitValue);
27 proto external void SetLimits(float swingSpan1, float swingSpan2, float twistSpan, float softness, float biasFactor, float relaxationFactor);
28}
29
proto external void SetLimit(int limitIndex, float limitValue)
Sets span values of limits.
proto external void SetLimits(float swingSpan1, float swingSpan2, float twistSpan, float softness, float biasFactor, float relaxationFactor)
Sets various joint parameters.