Creating object simulate C++ object in lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Creating object simulate C++ object in lua
- From: "nerurin" <nerurin@...>
- Date: 2002年8月15日 20:00:28 -0000
Hi all,
I wonder what is the "easiest" way to create a class defination in
Lua, that function like C++ class. The intention is, I want to
prototype some idea, but I do not prefer to write in C++ right way.
Thanks in advance!