stop.lua 230 B

1234567891011
  1. return {
  2. summary = 'Stop the Source.',
  3. description = 'Stops the source, also rewinding it to the beginning.',
  4. arguments = {},
  5. returns = {},
  6. related = {
  7. 'Source:play',
  8. 'Source:pause',
  9. 'Source:isPlaying'
  10. }
  11. }