lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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.