Re: Interfacing lua with C
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Interfacing lua with C
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2003年1月15日 12:14:21 -0200
>I didn't see a metamethod for the assignment operator in the
The metamethods are set for the table of globals, which you get using
"getglobals()". Set "__index" and "__newindex" metamethods for this table.
--lhf