[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: storing table and function references for later use
- From: "Matthew Armstrong" <turkeypotpie@...>
- Date: Sun, 19 Aug 2007 16:25:23 -0700
I don't see lua_push/is/get functions for table or function references. The only way I can think of storing them is with the registry, but that seems like a lot of work. Is there another way I'm missing?