stop.lua 329 B

123456789101112131415161718
  1. return {
  2. tag = 'sourcePlayback',
  3. summary = 'Stop the Source.',
  4. description = 'Stops the source, also rewinding it to the beginning.',
  5. arguments = {},
  6. returns = {},
  7. variants = {
  8. {
  9. arguments = {},
  10. returns = {}
  11. }
  12. },
  13. related = {
  14. 'Source:play',
  15. 'Source:pause',
  16. 'Source:isPlaying'
  17. }
  18. }