lua-users home
lua-l archive

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


If I'm in C and have a lua_Object that is a Lua function,
is there a way to get the path of it's source file?

The debbugger APIs seem to do this for functions on the call stack,
but I need to do it for other functions as well.

Steve