Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
physics6dofjoint.c
Go to the documentation of this file.
1
5
23typedef int[] Physics6DOFJoint;
25{
31 proto external void SetLinearLimits(vector linearLower, vector linearUpper);
37 proto external void SetAngularLimits(vector angularLower, vector angularUpper);
44 proto external void SetLimit(int axis, float limitLower, float limitUpper);
45}
46
proto external void SetAngularLimits(vector angularLower, vector angularUpper)
Sets angular limits of the joint.
proto external void SetLimit(int axis, float limitLower, float limitUpper)
Sets limits of the joint.
proto external void SetLinearLimits(vector linearLower, vector linearUpper)
Sets linear limits of the joint.