lua-users home
lua-l archive

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


Hello,

thanks for this code excerpt. 


Am 07.10.2014 um 13:05 schrieb Udo Schroeter <udo.schroeter@gmail.com>:

    luaL_checktype(L, 1, LUA_TFUNCTION);
          lua_settop(L, 1);

I would like to dump all script functions. Can I iterate over all script function and
push the functions on the stack top and run after this the dump?

Thanks 

Phil