Open
Description
as the wurst manual says that "vararg" is unlimited in amount of values inside, see:
https://wurstlang.org/manual.html#extension-functions
"We can pass any amount of integers to the function"
it should be noted that the generated jass code can only handle up to 31 parameters, and therefore you cannot used more than 31 values for the vararg.