Initial implementation of 'engio' finished

This commit is contained in:
2023-10-24 15:49:43 -04:00
parent 7f5744da2d
commit c0c360a3a7
8 changed files with 49 additions and 25 deletions

View File

@@ -49,4 +49,9 @@ function gosomewhere()
function mkt()
return tangible.build{class="login", animstate={plane="somewhere", xyz={1,2,3}}}
end
end
makeclass("engio")
function engio.myfunction(actor, place, a, b, c)
print("Myfunction actor=", actor," place=", place, " a=", a, " b=", b, " c=", c)
end