You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, Lua.load eventually uses lua_load, and it only loads a chunk; it does not run it (lua.org/manual/5.1/manual.html#lua_load). I guess I just assume people are familiar with Lua C API and I will probably need to add more documentation to the Lua.load methods.
使用party.iroiro.luajava.Lua.load 加载一个lua文件的时候,通过lua.get无法获取一个已加载的函数
使用party.iroiro.luajava.Lua.run 可以获取一个已加载的lua文件函数
请问,使用load的方式,如果最后来统一管理和获取一个函数
The text was updated successfully, but these errors were encountered: