Dayz Explorer 1.29.162510
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