| 1234567891011121314151617181920 |
- return {
- summary = 'Set the joint tightness.',
- description = [[
- Sets the tightness of the joint. See `World:setTightness` for how this affects the joint.
- ]],
- arguments = {
- {
- name = 'tightness',
- type = 'number',
- description = 'The tightness of the joint.'
- }
- },
- returns = {},
- related = {
- 'BallJoint:getTightness',
- 'BallJoint:setTightness',
- 'World:getTightness',
- 'World:setTightness'
- }
- }
|