isLooping.lua 295 B

123456789101112
  1. return {
  2. summary = 'Check if the Source is looping.',
  3. description = 'Returns whether or not the Source will loop when it finishes.',
  4. arguments = {},
  5. returns = {
  6. {
  7. name = 'looping',
  8. type = 'boolean',
  9. description = 'Whether or not the Source is looping.'
  10. }
  11. }
  12. }