setIdentity.lua 271 B

123456789101112
  1. return {
  2. summary = 'Set the name of the save directory.',
  3. description = 'Set the name of the save directory.',
  4. arguments = {
  5. {
  6. name = 'identity',
  7. type = 'string',
  8. description = 'The new name of the save directory.'
  9. }
  10. },
  11. returns = {}
  12. }