getUserData.lua 348 B

12345678910111213
  1. return {
  2. summary = 'Get the Shape\'s user data.',
  3. description = 'Returns the user data associated with the Shape.',
  4. arguments = {},
  5. returns = {
  6. {
  7. name = 'data',
  8. type = '*',
  9. description = 'The custom value associated with the Shape.'
  10. }
  11. },
  12. notes = 'User data can be useful to identify the Shape in callbacks.'
  13. }