| 12345678910111213 |
- return {
- summary = 'Joins two Colliders together.',
- description = 'A Joint is a physics object that constrains the movement of two Colliders.',
- constructors = {
- 'lovr.physics.newBallJoint',
- 'lovr.physics.newDistanceJoint',
- 'lovr.physics.newHingeJoint',
- 'lovr.physics.newSliderJoint'
- },
- related = {
- 'Collider'
- }
- }
|