lua-users home
lua-l archive

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


> Can i enumerate local Lua functions\variables from C ?

Yes, with the debug API. --lhf