lua-users home
lua-l archive

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


Hi,

I want to export some variable (userdata, function, string,...)
from C++ to LuaState.
How can I do to set this variables ReadOnly.
Must I set specific tag on globals() or is there an other way ?

@+
JEan-Claude Morlier