Class Event.Remove
java.lang.Object
zombie.Lua.Event.Remove
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcall(LuaCallFrame callFrame, int nArguments) Description copied from interface: se.krka.kahlua.vm.JavaFunction
-
Constructor Details
-
Remove
-
-
Method Details
-
call
Description copied from interface: se.krka.kahlua.vm.JavaFunction- Specified by:
callin interfaceJavaFunction- Returns:
- N, number of return values. The top N objects on the stack are considered the return values.
-