Initial implementation of 'engio' finished
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user