Add class vector. Change probe_lua_call to handle multiple return values.

This commit is contained in:
2025-02-26 16:45:11 -05:00
parent 23f6401a93
commit 3da5e7534a
5 changed files with 73 additions and 9 deletions

View File

@@ -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