| 1234567891011121314151617 |
- return {
- summary = 'Set the Joint\'s user data.',
- description = 'Sets the user data associated with the Joint.',
- arguments = {
- data = {
- type = '*',
- description = 'The custom value associated with the Joint.'
- }
- },
- returns = {},
- variants = {
- {
- arguments = { 'data' },
- returns = {}
- }
- }
- }
|