Re: delphi object (class) with lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: delphi object (class) with lua?
- From: "M vd Honing" <mvdhoning@...>
- Date: 2004年5月26日 12:30:06 +0200
> 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.
:-)