[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: adding variables to state struct
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 7 Apr 2000 21:01:03 -0300 (EST)
>From: Jim Mathies <Jim@mathies.com>
>Curious if anyone knows if it's possible to add a variable
>or two to the state struct within the Lua source without
>breaking anything?
I don't think that doing this is going to break anything, but I think it is
much simpler just to add a few global variables or a table to the state
containing the C values you want to store in the state.
What are you trying to accomplish?
--lhf