[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re:How to acquire the name of the variables passes to the self-defined C function which has been successfully set by lua_register()?
- From: Suote127 <tswuyin_st127@...>
- Date: Wed, 20 Jan 2021 18:19:37 +0800 (CST)
It seems impossible.Lua will push all the arguments into the stack when we call a C function.We can only access the arguments by indexes.
If it is possible to do it,it will also be useless.