Re: [Newbie] userdata
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [Newbie] userdata
- From: "John Belmonte" <jvb@...>
- Date: 2001年9月24日 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