lua-users home
lua-l archive

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


Me again !!

Is there a way to know (in a C function) what functions had been defined in a lua script that have been procedeed by a lua_dofile() ?

That could be useful for me to know what "handler" are in the file and uses lua_callfunction() when the handler had been defined.