[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: How to acquire the name of the variables passes to the self-defined C function which has been successfully set by lua_register()?
- From: 孙世龙 sunshilong <sunshilong369@...>
- Date: Wed, 20 Jan 2021 16:40:56 +0800
We can push self-defined C function to lua_register.
But how to acquire the name of the variables passes to the
aforementioned self-defined C function?
I would be grateful to have some help with this question.