[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: LuaJava - How to pass Java objects to functions?
- From: "Danilo Tuler" <tuler@...>
- Date: Tue, 16 Dec 2003 19:40:51 -0300
> what would I have to do to the above code to pass the
> TestDataObject in and get one back?
Just use the following methods:
LuaState.pushJavaObject
LuaState.toJavaObject
I don't know your background. In case you have little experience with Lua, I
think you should study Lua documentation and tutorials before digging into
LuaJava.
-- Danilo