| 123456789101112 |
- return {
- summary = 'Set the name of the save directory.',
- description = 'Set the name of the save directory.',
- arguments = {
- {
- name = 'identity',
- type = 'string',
- description = 'The new name of the save directory.'
- }
- },
- returns = {}
- }
|