Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
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
proto external float GetLinearPos()
Returns value of the linear position.
proto external void SetDirAngular(float softness, float restitution, float damping)
Sets parameters relevant for moving inside angular limits.
proto external void SetLinearMotor(float velocity, float force)
Allows motor to move slider at specific linear velocity.
proto external void SetDirLinear(float softness, float restitution, float damping)
Sets parameters relevant for moving inside linear limits.
proto external void SetAngularMotor(float velocity, float force)
Allows motor to move slider at specific angular velocity.
proto external void SetOrthoAngular(float softness, float restitution, float damping)
Sets parameters relevant for case (against constraint axis).
proto external void SetLinearLimits(float lowerLimit, float upperLimit)
Sets linear limits of the joint.
proto external void SetLimLinear(float softness, float restitution, float damping)
Sets parameters relevant for hitting linear limit.
proto external void SetAngularLimits(float lowerLimit, float upperLimit)
Sets angular limits of the joint.
proto external void SetOrthoLinear(float softness, float restitution, float damping)
Sets parameters relevant for case (against constraint axis).
proto external void SetLimAngular(float softness, float restitution, float damping)
Sets parameters relevant for hitting angular limit.
proto external float GetAngularPos()
Returns value of the angular position.