luaj Questions

1

In the Java LuaJ library I would like to know how to require or import a lua script of functions in another lua script called by a lua closure through Java. For example this does not work: public ...
Knorr asked 16/9, 2015 at 0:12

2

Solved

I am trying to embed a lua-based script system into my game engine. I would like the scripting to be able to have both blocking and non-blocking commands, for example: character.walkTo(24, 359); /...
Gunsmith asked 21/12, 2014 at 10:35

0

I have migrated my libgdx(1.3), maven, robovm project from 0.0.13 to 0.0.14 for supporting IOS 8 devices. I have modified my robovm.xml file according to release notes and can run on IOS 8 device b...
Ken asked 16/9, 2014 at 9:3

1

Solved

I am trying to build a controller using Luaj + java. I have the following java classes public class Duck { public void talk() { System.out.println("Duck quacks!"); } public void walk() { System....
Decode asked 10/9, 2012 at 19:17
1

© 2022 - 2024 — McMap. All rights reserved.