lua-users home
lua-l archive

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




Michael Pruemm 写道:
There is also no way to get a function signature because Lua functions
do not declare how many arguments they take.

You can modify your binding library so that when bind function to lua you also store a function signature in a global table.

Regards
Long