@@ -23086,7 +23086,13 @@ return {
module = "lovr.thread",
variants = {
{
- arguments = {},
+ arguments = {
+ {
+ name = "...arguments",
+ type = "*",
+ description = "Up to 4 arguments to pass to the Thread's function."
+ }
+ },
returns = {}
}
@@ -1,6 +1,12 @@
return {
summary = 'Start the Thread.',
description = 'Starts the Thread.',
+ name = '...arguments',
+ type = '*',
+ description = 'Up to 4 arguments to pass to the Thread\'s function.'