|
> I have some Lua variables that I want to access by name from both Lua > and C, and especially a lot from C. Is there any way to avoid the string How about doing it other way around? I.e. storing the variables in C and accessing them with set/get functions from Lua? Regards, Jani Kajala