|
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); 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 |