[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua Env
- From: "D Burgess" <dburgess@...>
- Date: Sun, 21 May 2006 01:50:17 +1000
What is the best way for a C function to get the current Lua environment?
Is lua_getstack()/lua_getfenv() the only way? Or is there a shortcut?
DB