|
Is there an easy way to perform lua_gettable from the host program in a safe manner (without causing an exit() for the host in case of an error)? I am "experiencing some problems" with my table, which is using metatable __index. (My apologies if I should have found answer to this from the docs etc) Eero