Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
physics6dofjoint.c
Go to the documentation of this file.
1
5
23
typedef
int
[]
Physics6DOFJoint
;
24
class
Physics6DOFJoint
:
PhysicsJoint
25
{
31
proto external
void
SetLinearLimits
(
vector
linearLower,
vector
linearUpper);
37
proto external
void
SetAngularLimits
(
vector
angularLower,
vector
angularUpper);
44
proto external
void
SetLimit
(
int
axis,
float
limitLower,
float
limitUpper);
45
}
46
Physics6DOFJoint
Definition
physics6dofjoint.c:25
Physics6DOFJoint::SetAngularLimits
proto external void SetAngularLimits(vector angularLower, vector angularUpper)
Sets angular limits of the joint.
Physics6DOFJoint::SetLimit
proto external void SetLimit(int axis, float limitLower, float limitUpper)
Sets limits of the joint.
Physics6DOFJoint::SetLinearLimits
proto external void SetLinearLimits(vector linearLower, vector linearUpper)
Sets linear limits of the joint.
PhysicsJoint
Definition
physicsjoint.c:23
vector
Definition
enconvert.c:119
Games
Dayz
scripts
1_core
physics
physics6dofjoint.c
Generated by
1.17.0