| 123456789101112 |
- return {
- summary = 'Check if the Source is looping.',
- description = 'Returns whether or not the Source will loop when it finishes.',
- arguments = {},
- returns = {
- {
- name = 'looping',
- type = 'boolean',
- description = 'Whether or not the Source is looping.'
- }
- }
- }
|