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

Private Member Functions

proto external void SetAngularLimits (vector angularLower, vector angularUpper)
 Sets angular limits of the joint.
proto external void SetAngularLimits (vector angularLower, vector angularUpper)
 Sets angular limits of the joint.
proto external void SetLimit (int axis, float limitLower, float limitUpper)
 Sets limits of the joint.
proto external void SetLimit (int axis, float limitLower, float limitUpper)
 Sets limits of the joint.
proto external void SetLinearLimits (vector linearLower, vector linearUpper)
 Sets linear limits of the joint.
proto external void SetLinearLimits (vector linearLower, vector linearUpper)
 Sets linear limits of the joint.

Detailed Description

Definition at line 24 of file physics6dofjoint.c.

Member Function Documentation

◆ SetAngularLimits() [1/2]

proto external void SetAngularLimits ( vector angularLower,
vector angularUpper )
private

Sets angular limits of the joint.

Parameters
angularLowerValue of the lower angular limit
angularUpperValue of the upper angular limit

◆ SetAngularLimits() [2/2]

proto external void SetAngularLimits ( vector angularLower,
vector angularUpper )
private

Sets angular limits of the joint.

Parameters
angularLowerValue of the lower angular limit
angularUpperValue of the upper angular limit

◆ SetLimit() [1/2]

proto external void SetLimit ( int axis,
float limitLower,
float limitUpper )
private

Sets limits of the joint.

Parameters
axisAxis to be modified. First 3 are linear, next 3 are angular
limitLowerValue of the lower limit
limitUpperValue of the upper limit

◆ SetLimit() [2/2]

proto external void SetLimit ( int axis,
float limitLower,
float limitUpper )
private

Sets limits of the joint.

Parameters
axisAxis to be modified. First 3 are linear, next 3 are angular
limitLowerValue of the lower limit
limitUpperValue of the upper limit

◆ SetLinearLimits() [1/2]

proto external void SetLinearLimits ( vector linearLower,
vector linearUpper )
private

Sets linear limits of the joint.

Parameters
linearLowerValue of the lower linear limit
linearUpperValue of the upper linear limit

◆ SetLinearLimits() [2/2]

proto external void SetLinearLimits ( vector linearLower,
vector linearUpper )
private

Sets linear limits of the joint.

Parameters
linearLowerValue of the lower linear limit
linearUpperValue of the upper linear limit

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