Package zombie.Lua
Class Event
java.lang.Object
zombie.Lua.Event
public final class Event
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEvent.Addstatic classEvent.Remove -
Field Summary
Fields Modifier and Type Field Description static intADDjava.util.ArrayListcallbacksjava.lang.Stringnamestatic intNUM_FUNCTIONS -
Constructor Summary
Constructors Constructor Description Event(java.lang.String string, int int1) -
Method Summary
Modifier and Type Method Description voidregister(Platform platform, KahluaTable kahluaTable)booleantrigger(KahluaTable kahluaTable, LuaCaller luaCaller, java.lang.Object[] objectArray)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ADD
public static final int ADD- See Also:
- Constant Field Values
-
NUM_FUNCTIONS
public static final int NUM_FUNCTIONS- See Also:
- Constant Field Values
-
callbacks
public final java.util.ArrayList callbacks -
name
public java.lang.String name
-
-
Constructor Details
-
Event
public Event(java.lang.String string, int int1)
-
-
Method Details
-
trigger
public boolean trigger(KahluaTable kahluaTable, LuaCaller luaCaller, java.lang.Object[] objectArray) -
register
-