lua-users home
lua-l archive

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


> obj:DoSomething('Param')
Lua does not seem to like that line.

Am i allowed to compare a lua class with a table? If so can i creat a table
via the api to represent a class in lua?

>Apart from properties and methods you might also want to consider events.
First we need to get the properties and methods get working. It is not easy.
:-)