DayZ Scripts
PC Stable Documentation
 
Loading...
Searching...
No Matches
Physics6DOFSpringJoint Class Reference

Private Member Functions

proto external void SetSpring (int axis, float stiffness, float damping)
 
proto external void SetSpring (int axis, float stiffness, float damping)
 

Member Function Documentation

◆ SetSpring() [1/2]

proto external void SetSpring ( int  axis,
float  stiffness,
float  damping 
)
private

Sets spring parameters on a particular axis. When stiffness == -1 && damping == -1, spring is disabled.

Parameters
axisAxis to be modified
stiffnessValue of the spring stiffness (Hooke's Law)
dampingValue of the spring damping. Between 0 and 1 (1 == no damping)

◆ SetSpring() [2/2]

proto external void SetSpring ( int  axis,
float  stiffness,
float  damping 
)
private

Sets spring parameters on a particular axis. When stiffness == -1 && damping == -1, spring is disabled.

Parameters
axisAxis to be modified
stiffnessValue of the spring stiffness (Hooke's Law)
dampingValue of the spring damping. Between 0 and 1 (1 == no damping)

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