Functions are converted to *lua.LFunction. When called from Lua, Lua valuesare converted to Go using the rules described in the package documentation,and Go return values converted to Lua values using the rules described byNew.
Functions are converted to *lua.LFunction. When called from Lua, Lua valuesare converted to Go using the rules described in the package documentation,and Go return values converted to Lua values using the rules described byNew.