lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


* David Morris-Oliveros <david@teambondi.com> on Wed, Oct 12, 2005:

> So to get the local globals table, i have to do a lua_getfevn() on the 
> thread?
> 

Sure, but if you know you're going to need access to that table later you
could just keep a reference to it.