start.lua 252 B

123456789101112
  1. return {
  2. summary = 'Start the Thread.',
  3. description = 'Starts the Thread.',
  4. arguments = {
  5. {
  6. name = '...arguments',
  7. type = '*',
  8. description = 'Up to 4 arguments to pass to the Thread\'s function.'
  9. }
  10. },
  11. returns = {}
  12. }