Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
physicssliderjoint.c
Go to the documentation of this file.
1
5
9typedef int[] PhysicsSliderJoint;
11{
17 proto external void SetLinearLimits(float lowerLimit, float upperLimit);
19 proto external float GetLinearPos();
21 proto external float GetAngularPos();
27 proto external void SetAngularLimits(float lowerLimit, float upperLimit);
34 proto external void SetDirLinear(float softness, float restitution, float damping);
41 proto external void SetDirAngular(float softness, float restitution, float damping);
48 proto external void SetLimLinear(float softness, float restitution, float damping);
55 proto external void SetLimAngular(float softness, float restitution, float damping);
62 proto external void SetOrthoLinear(float softness, float restitution, float damping);
69 proto external void SetOrthoAngular(float softness, float restitution, float damping);
75 proto external void SetLinearMotor(float velocity, float force);
81 proto external void SetAngularMotor(float velocity, float force);
82}
83