getUserData.lua 342 B

1234567891011121314151617
  1. return {
  2. summary = 'Get the Joint\'s user data.',
  3. description = 'Returns the user data associated with the Joint.',
  4. arguments = {},
  5. returns = {
  6. data = {
  7. type = '*',
  8. description = 'The custom value associated with the Joint.'
  9. }
  10. },
  11. variants = {
  12. {
  13. arguments = {},
  14. returns = { 'data' }
  15. }
  16. }
  17. }