[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: is it possible to obtain registered functions list of a lua state?
- From: cloudage@...
- Date: Sat, 14 Nov 2009 18:05:57 +0800
i registered lots of functions (via luabind) into a lua state and i wish to provide a function name auto complete feature in my script editor,so i need someway to obtain how many functions exists in a lua state and what`s everyone`s name,and even their signatures.is this possible?