![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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. | |
Definition at line 24 of file physics6dofjoint.c.
Sets angular limits of the joint.
| angularLower | Value of the lower angular limit |
| angularUpper | Value of the upper angular limit |
Sets angular limits of the joint.
| angularLower | Value of the lower angular limit |
| angularUpper | Value of the upper angular limit |
Sets limits of the joint.
| axis | Axis to be modified. First 3 are linear, next 3 are angular |
| limitLower | Value of the lower limit |
| limitUpper | Value of the upper limit |
Sets limits of the joint.
| axis | Axis to be modified. First 3 are linear, next 3 are angular |
| limitLower | Value of the lower limit |
| limitUpper | Value of the upper limit |
Sets linear limits of the joint.
| linearLower | Value of the lower linear limit |
| linearUpper | Value of the upper linear limit |
Sets linear limits of the joint.
| linearLower | Value of the lower linear limit |
| linearUpper | Value of the upper linear limit |