[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tolua + 4.0b
- From: Waldemar Celes <celes@...>
- Date: Wed, 25 Oct 2000 18:57:47 -0200
>
> is it also possible to export the tag variables to the generated include
> file? (in order to write additional code that uses the tolua binding of
> a C++ class)
>
If I understood your request correctly,
you already have access to the tags used by tolua.
you can use the function: int tolua_tag (char* typename);
-- waldemar