|
Lua SPOT v1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.krka.kahlua.test.UserdataArray
public class UserdataArray
Method Summary | |
---|---|
int |
call(LuaCallFrame callFrame,
int nArguments)
General contract Input: callFrame = the frame that contains all the arguments, and where all the results should be put. nArgs = number of function arguments callFrame.get(i) = an argument (0 <= i < nArgs) |
static void |
register(LuaState state)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void register(LuaState state)
public int call(LuaCallFrame callFrame, int nArguments)
JavaFunction
call
in interface JavaFunction
callFrame
- - the current callframe for the functionnArguments
- - number of function arguments
|
Lua SPOT v1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |