getUserData.lua 360 B

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