[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Tracking creation of lua objects
- From: hollyrosella@...
- Date: Sun, 01 Jan 2012 20:00:29 +0000
Hi, if I wanted to modify lua to catch every creation of a complex data type (anything other than nil, number, boolean, string) so that I can assign a uid to it, would the right place be the set*value macros in lobject.h?
Holly.