lua-users home
lua-l archive

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


>>From C, given a table 'Object2' and the name of a function
>'SomeFunctionDefinedElsewhere', I need to find out in which file this
>function resides, and also on which line.

Use lua_getinfo on the result of lua_getglobal.
--lhf