isFused.lua 300 B

123456789101112
  1. return {
  2. summary = 'Check if the project is fused.',
  3. description = 'Returns whether the current project source is fused to the executable.',
  4. arguments = {},
  5. returns = {
  6. {
  7. name = 'fused',
  8. type = 'boolean',
  9. description = 'Whether or not the project is fused.'
  10. }
  11. }
  12. }