DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
PhysicsHingeJoint.c
См. документацию.
1
5
9typedef int[] PhysicsHingeJoint;
11{
20 proto external void SetLimits(float low, float high, float softness, float biasFactor, float relaxationFactor);
27 proto external void SetMotorTargetAngle(float angle, float dt, float maxImpulse);
34 proto external void SetMotor(bool enable, float targetVelocity, float maxImpulse);
39 proto external void SetAxis(vector axis);
40}
41
proto external void SetMotorTargetAngle(float angle, float dt, float maxImpulse)
proto external void SetMotor(bool enable, float targetVelocity, float maxImpulse)
proto external void SetAxis(vector axis)
proto external void SetLimits(float low, float high, float softness, float biasFactor, float relaxationFactor)
Определения PhysicsJoint.c:23
Определения EnConvert.c:119