lua-users home
lua-l archive

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


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?