lua-users home
lua-l archive

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


What is the best way for a C function to get the current Lua environment?
Is lua_getstack()/lua_getfenv() the only way? Or is there a shortcut?

DB