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