A lot of work on the Lua Call interface and some work on animation queues
This commit is contained in:
@@ -26,3 +26,8 @@ end
|
||||
function engio.printhi(a1, a2, a3, a4, a5)
|
||||
pprint("Hi there", a1, a2, a3, a4, a5)
|
||||
end
|
||||
|
||||
function engio.retthree(a1, a2)
|
||||
return { 5, {3, 4, 5}, "Howdy" }
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user