lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>
> 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