pause.lua 340 B

12345678910111213141516
  1. return {
  2. tag = 'sourcePlayback',
  3. summary = 'Pause the Source.',
  4. description = [[
  5. Pauses the source. It can be resumed with `Source:resume` or `Source:play`. If a paused source
  6. is rewound, it will remain paused.
  7. ]],
  8. arguments = {},
  9. returns = {},
  10. variants = {
  11. {
  12. arguments = {},
  13. returns = {}
  14. }
  15. }
  16. }