| 1234567891011121314151617181920 |
- return {
- summary = 'Get the type of the Joint.',
- description = 'Returns the type of the Joint.',
- arguments = {},
- returns = {
- type = {
- type = 'JointType',
- description = 'The type of the Joint.'
- }
- },
- variants = {
- {
- arguments = {},
- returns = { 'type' }
- }
- },
- related = {
- 'JointType'
- }
- }
|