How know what functions are defined in a lua script ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: How know what functions are defined in a lua script ?
- From: Christophe Gimenez <chris@...>
- Date: 2000年3月28日 16:16:15 +0200
Me again !!
Is there a way to know (in a C function) what functions had been defined in a lua script that have been procedeed by a lua_dofile() ?
That could be useful for me to know what "handler" are in the file and uses lua_callfunction() when the handler had been defined.