|
> Do i need for each lua state i use to do lua_baselibopen and such library > initializing operations? Yes, if you plan to use the Lua state to execute scripts which reference the baselib and so on. You only have to open the libraries you want your scripts to have access to.