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