[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Manipulating locals
- From: benjamin sunshine-hill <bsunshin@...>
- Date: Mon, 11 Aug 2003 12:52:23 -0600
What do you mean, exactly? Are you trying to manipulate a lua function's local
variables from a C function the lua function calls? Or are you trying to make a
C function that has local lua variables?
Ben
> It is perfectly described in manual how to manipulate
> environments (3.12), so I know how to add GLOBAL variable, but how
> can I add LOCAL variable?