| 12345678910111213 |
- return {
- summary = 'Get the Collider\'s user data.',
- description = 'Returns the user data associated with the Collider.',
- arguments = {},
- returns = {
- {
- name = 'data',
- type = '*',
- description = 'The custom value associated with the Collider.'
- }
- },
- notes = 'User data can be useful to identify the Collider in callbacks.'
- }
|