Add class vector. Change probe_lua_call to handle multiple return values.
This commit is contained in:
@@ -30,6 +30,6 @@ function engio.printhi(a1, a2, a3, a4, a5)
|
||||
end
|
||||
|
||||
function engio.retthree(a1, a2)
|
||||
return { 5, {3, 4, 5}, "Howdy" }
|
||||
return 7, vec(8,9,10), "Yo"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user