| 123456789101112131415161718 |
- return {
- tag = 'sourcePlayback',
- summary = 'Stop the Source.',
- description = 'Stops the source, also rewinding it to the beginning.',
- arguments = {},
- returns = {},
- variants = {
- {
- arguments = {},
- returns = {}
- }
- },
- related = {
- 'Source:play',
- 'Source:pause',
- 'Source:isPlaying'
- }
- }
|