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