[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Finding out lua func name.
- From: "Timur Davidenko" <timur@...>
- Date: Mon, 20 Aug 2001 18:59:42 +0200
When lua calls my registered C function,
can i from it find out the name of Lua function that called it? like trace
it back in stack?
- Timur