... arg lua code example
Example: glua varargs
function functionname(...) -- the 3 periods works the same as any other arg, use ... in the function
function functionname(...) -- the 3 periods works the same as any other arg, use ... in the function