Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PhysicsSliderJoint.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
16{
22 proto external void SetLinearLimits(float lowerLimit, float upperLimit);
24 proto external float GetLinearPos();
26 proto external float GetAngularPos();
32 proto external void SetAngularLimits(float lowerLimit, float upperLimit);
39 proto external void SetDirLinear(float softness, float restitution, float damping);
46 proto external void SetDirAngular(float softness, float restitution, float damping);
53 proto external void SetLimLinear(float softness, float restitution, float damping);
60 proto external void SetLimAngular(float softness, float restitution, float damping);
67 proto external void SetOrthoLinear(float softness, float restitution, float damping);
74 proto external void SetOrthoAngular(float softness, float restitution, float damping);
80 proto external void SetLinearMotor(float velocity, float force);
86 proto external void SetAngularMotor(float velocity, float force);
87}
88