getExecutablePath.lua 318 B

123456789101112
  1. return {
  2. summary = 'Get the path of the LÖVR executable.',
  3. description = 'Returns the absolute path of the LÖVR executable.',
  4. arguments = {},
  5. returns = {
  6. {
  7. name = 'path',
  8. type = 'string',
  9. description = 'The absolute path of the LÖVR executable, or `nil` if it is unknown.'
  10. }
  11. }
  12. }