FreeJoint()
Syntax
FreeJoint(#Joint)Description
Frees the specified joint and releases all its associated memory. The joint must not be used (by using its number with the other functions in this library) after calling this function.
Parameters
#Joint The joint to free. If #PB_All is specified, all the remaining joints are freed.
Return value
None.
Remarks
All remaining joints are automatically freed when the program ends.
See Also
PointJoint(), HingeJoint(), ConeTwistJoint(), SliderJoint()
Supported OS
All