Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
PhysicsSliderJoint Class Reference
Inheritance diagram for PhysicsSliderJoint:
PhysicsJoint PhysicsJoint

Private Member Functions

proto external float GetAngularPos ()
 Returns value of the angular position.
proto external float GetAngularPos ()
 Returns value of the angular position.
proto external float GetLinearPos ()
 Returns value of the linear position.
proto external float GetLinearPos ()
 Returns value of the linear position.
proto external void SetAngularLimits (float lowerLimit, float upperLimit)
 Sets angular limits of the joint.
proto external void SetAngularLimits (float lowerLimit, float upperLimit)
 Sets angular limits of the joint.
proto external void SetAngularMotor (float velocity, float force)
 Allows motor to move slider at specific angular velocity.
proto external void SetAngularMotor (float velocity, float force)
 Allows motor to move slider at specific angular velocity.
proto external void SetDirAngular (float softness, float restitution, float damping)
 Sets parameters relevant for moving inside angular limits.
proto external void SetDirAngular (float softness, float restitution, float damping)
 Sets parameters relevant for moving inside angular limits.
proto external void SetDirLinear (float softness, float restitution, float damping)
 Sets parameters relevant for moving inside linear limits.
proto external void SetDirLinear (float softness, float restitution, float damping)
 Sets parameters relevant for moving inside linear limits.
proto external void SetLimAngular (float softness, float restitution, float damping)
 Sets parameters relevant for hitting angular limit.
proto external void SetLimAngular (float softness, float restitution, float damping)
 Sets parameters relevant for hitting angular limit.
proto external void SetLimLinear (float softness, float restitution, float damping)
 Sets parameters relevant for hitting linear limit.
proto external void SetLimLinear (float softness, float restitution, float damping)
 Sets parameters relevant for hitting linear limit.
proto external void SetLinearLimits (float lowerLimit, float upperLimit)
 Sets linear limits of the joint.
proto external void SetLinearLimits (float lowerLimit, float upperLimit)
 Sets linear limits of the joint.
proto external void SetLinearMotor (float velocity, float force)
 Allows motor to move slider at specific linear velocity.
proto external void SetLinearMotor (float velocity, float force)
 Allows motor to move slider at specific linear velocity.
proto external void SetOrthoAngular (float softness, float restitution, float damping)
 Sets parameters relevant for case (against constraint axis).
proto external void SetOrthoAngular (float softness, float restitution, float damping)
 Sets parameters relevant for case (against constraint axis).
proto external void SetOrthoLinear (float softness, float restitution, float damping)
 Sets parameters relevant for case (against constraint axis).
proto external void SetOrthoLinear (float softness, float restitution, float damping)
 Sets parameters relevant for case (against constraint axis).

Detailed Description

Definition at line 10 of file physicssliderjoint.c.

Member Function Documentation

◆ GetAngularPos() [1/2]

proto external float GetAngularPos ( )
private

Returns value of the angular position.

◆ GetAngularPos() [2/2]

proto external float GetAngularPos ( )
private

Returns value of the angular position.

◆ GetLinearPos() [1/2]

proto external float GetLinearPos ( )
private

Returns value of the linear position.

◆ GetLinearPos() [2/2]

proto external float GetLinearPos ( )
private

Returns value of the linear position.

◆ SetAngularLimits() [1/2]

proto external void SetAngularLimits ( float lowerLimit,
float upperLimit )
private

Sets angular limits of the joint.

Parameters
lowerLimitValue of the lower angular limit
upperLimitValue of the upper angular limit

◆ SetAngularLimits() [2/2]

proto external void SetAngularLimits ( float lowerLimit,
float upperLimit )
private

Sets angular limits of the joint.

Parameters
lowerLimitValue of the lower angular limit
upperLimitValue of the upper angular limit

◆ SetAngularMotor() [1/2]

proto external void SetAngularMotor ( float velocity,
float force )
private

Allows motor to move slider at specific angular velocity.

Parameters
velocityTarget angular velocity motor tries to maintain
forceMaximum angular force motor can overcome. 0 to turn motor off.

◆ SetAngularMotor() [2/2]

proto external void SetAngularMotor ( float velocity,
float force )
private

Allows motor to move slider at specific angular velocity.

Parameters
velocityTarget angular velocity motor tries to maintain
forceMaximum angular force motor can overcome. 0 to turn motor off.

◆ SetDirAngular() [1/2]

proto external void SetDirAngular ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for moving inside angular limits.

Parameters
softness
restitution
damping

◆ SetDirAngular() [2/2]

proto external void SetDirAngular ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for moving inside angular limits.

Parameters
softness
restitution
damping

◆ SetDirLinear() [1/2]

proto external void SetDirLinear ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for moving inside linear limits.

Parameters
softness
restitution
damping

◆ SetDirLinear() [2/2]

proto external void SetDirLinear ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for moving inside linear limits.

Parameters
softness
restitution
damping

◆ SetLimAngular() [1/2]

proto external void SetLimAngular ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for hitting angular limit.

Parameters
softness
restitution
damping

◆ SetLimAngular() [2/2]

proto external void SetLimAngular ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for hitting angular limit.

Parameters
softness
restitution
damping

◆ SetLimLinear() [1/2]

proto external void SetLimLinear ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for hitting linear limit.

Parameters
softness
restitution
damping

◆ SetLimLinear() [2/2]

proto external void SetLimLinear ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for hitting linear limit.

Parameters
softness
restitution
damping

◆ SetLinearLimits() [1/2]

proto external void SetLinearLimits ( float lowerLimit,
float upperLimit )
private

Sets linear limits of the joint.

Parameters
lowerLimitValue of the lower linear limit
upperLimitvalue of the upper linear limit

◆ SetLinearLimits() [2/2]

proto external void SetLinearLimits ( float lowerLimit,
float upperLimit )
private

Sets linear limits of the joint.

Parameters
lowerLimitValue of the lower linear limit
upperLimitvalue of the upper linear limit

◆ SetLinearMotor() [1/2]

proto external void SetLinearMotor ( float velocity,
float force )
private

Allows motor to move slider at specific linear velocity.

Parameters
velocityTarget linear velocity motor tries to maintain
forceMaximum linear force motor can overcome. 0 to turn motor off.

◆ SetLinearMotor() [2/2]

proto external void SetLinearMotor ( float velocity,
float force )
private

Allows motor to move slider at specific linear velocity.

Parameters
velocityTarget linear velocity motor tries to maintain
forceMaximum linear force motor can overcome. 0 to turn motor off.

◆ SetOrthoAngular() [1/2]

proto external void SetOrthoAngular ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for case (against constraint axis).

Parameters
softness
restitution
damping

◆ SetOrthoAngular() [2/2]

proto external void SetOrthoAngular ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for case (against constraint axis).

Parameters
softness
restitution
damping

◆ SetOrthoLinear() [1/2]

proto external void SetOrthoLinear ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for case (against constraint axis).

Parameters
softness
restitution
damping

◆ SetOrthoLinear() [2/2]

proto external void SetOrthoLinear ( float softness,
float restitution,
float damping )
private

Sets parameters relevant for case (against constraint axis).

Parameters
softness
restitution
damping

The documentation for this class was generated from the following file: