Finish implementing LUA_PROBE
This commit is contained in:
@@ -47,9 +47,9 @@ function bechar()
|
||||
makeclass("engio")
|
||||
function engio.myfunction(actor, place, a, b, c)
|
||||
print("Myfunction actor=", actor," place=", place)
|
||||
pprint("A:", a)
|
||||
pprint("B:", b)
|
||||
pprint("C:", c)
|
||||
print("A:", a)
|
||||
print("B:", b)
|
||||
print("C:", c)
|
||||
return {13, "chicken", {2,3,4}, false}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user