Re: Pushing custom-type elements into the stack.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Pushing custom-type elements into the stack.
- From: "Wesley Smith" <wesley.hoke@...>
- Date: 2007年8月16日 17:00:22 -0700
lua_pushuserdata(L, class);
wes
On 8/16/07, L-28C <kixdemp@gmail.com> wrote:
> Hello everyone!
>
> Okay, how would I push an element of a custom type (it's a class object)
> into the Lua stack? Said custom type has been binded (erm, bound?) with
> toLua.
>
> Hawlp? Thanks!
>
>