123456789101112 |
- return {
- summary = 'Get the path of the LÖVR executable.',
- description = 'Returns the absolute path of the LÖVR executable.',
- arguments = {},
- returns = {
- {
- name = 'path',
- type = 'string',
- description = 'The absolute path of the LÖVR executable, or `nil` if it is unknown.'
- }
- }
- }
|