Package se.krka.kahlua.stdlib
Class RandomLib
java.lang.Object
se.krka.kahlua.stdlib.RandomLib
- All Implemented Interfaces:
JavaFunction
public class RandomLib extends java.lang.Object implements JavaFunction
-
Constructor Summary
Constructors Constructor Description RandomLib(int int1) -
Method Summary
Modifier and Type Method Description intcall(LuaCallFrame luaCallFrame, int int1)static voidregister(Platform platform, KahluaTable kahluaTable)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RandomLib
public RandomLib(int int1)
-
-
Method Details
-
register
-
call
- Specified by:
callin interfaceJavaFunction
-