|
Hi,
I'm new to Lua and I'm having
a problem with registering my class member functions with Lua. I'm creating a
couple of classes in my C++ code and want Lua to be able to call some of the
member functions from each class. I don't want Lua to create the classes, just
want it to call the functions. Please help.
|