[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [Newbie] userdata
- From: "John Belmonte" <jvb@...>
- Date: Mon, 24 Sep 2001 10:48:04 +0900
Adding to what Christian wrote: if you just want to push a plain pointer and
don't care about the tag, use the lua_pushuserdata macro.
-John