pause.lua 241 B

123456789
  1. return {
  2. summary = 'Pause the Source.',
  3. description = [[
  4. Pauses the source. It can be resumed with `Source:resume` or `Source:play`. If a paused source
  5. is rewound, it will remain paused.
  6. ]],
  7. arguments = {},
  8. returns = {}
  9. }